#!/bin/bash

systemctl stop teleport.service

if [ -x "/srv/rdaa/bin/down_include" ]; then
  . /srv/rdaa/bin/down_include
fi
