mirror of
https://github.com/YunoHost-Apps/cjdns_ynh.git
synced 2024-09-03 18:16:29 +02:00
Update systemd.service
This commit is contained in:
parent
8603925c33
commit
27ed81da6f
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ Description=Cjdns: Encrypted IPv6 network
|
||||||
After=network.target cjdns.service
|
After=network.target cjdns.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=root
|
User=__APP__
|
||||||
Group=root
|
Group=__APP__
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
WorkingDirectory=__INSTALL_DIR__/
|
||||||
ExecStart=/bin/bash -c '__INSTALL_DIR__/cjdroute < __INSTALL_DIR__/cjdroute.conf'
|
ExecStart=/bin/bash -c '__INSTALL_DIR__/cjdroute < __INSTALL_DIR__/cjdroute.conf'
|
||||||
KillMode=process
|
KillMode=process
|
||||||
|
|
Loading…
Add table
Reference in a new issue