#!/bin/bash

IFFILE=/tmp/ppp0.alive

export DEBIAN_FRONTEND=noninteractive
touch $IFFILE
systemctl restart ssh_vpn.service	

exit 0

