mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 11:21:56 +00:00
18 lines
352 B
SYSTEMD
18 lines
352 B
SYSTEMD
|
[Unit]
|
||
|
Description=MLVPN connection to %i
|
||
|
PartOf=mlvpn.service
|
||
|
ReloadPropagatedFrom=mlvpn.service
|
||
|
|
||
|
[Service]
|
||
|
Type=notify
|
||
|
NotifyAccess=main
|
||
|
ExecStart=/usr/local/sbin/mlvpn --config /etc/mlvpn/%i.conf --name %i --user mlvpn --quiet
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
WorkingDirectory=/etc/mlvpn
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|
||
|
|