1
0
Fork 0
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:
Éric Gaspar 2024-05-16 09:36:38 +02:00
parent 8603925c33
commit 27ed81da6f

View file

@ -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