mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Track some untracked files
This commit is contained in:
parent
9da7d3e4aa
commit
f1c6047689
5 changed files with 73 additions and 0 deletions
17
mlvpn@.service.in
Normal file
17
mlvpn@.service.in
Normal file
|
@ -0,0 +1,17 @@
|
|||
[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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue