#!/bin/bash

systemctl restart teleport.service

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