Files
vpnbot/scripts/install_as_service.sh
T
2024-04-29 20:27:26 +04:00

5 lines
148 B
Bash
Executable File

path=`pwd`
sed "s|path|$path|g" "$path/scripts/vpnbot.service" > /etc/systemd/system/vpnbot.service
systemctl daemon-reload
systemctl enable vpnbot