mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-02 15:59:22 +01:00
21 lines
659 B
Desktop File
21 lines
659 B
Desktop File
[Unit]
|
|
Description=cjdns: routing engine designed for security, scalability, speed and ease of use
|
|
Wants=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
ProtectHome=true
|
|
ProtectSystem=true
|
|
SyslogIdentifier=cjdroute
|
|
ExecStartPre=/bin/sh -ec "if ! test -s /opt/cjdns/cjdroute.conf; \
|
|
then umask 077; \
|
|
/opt/cjdns/cjdroute --genconf > /opt/cjdns/cjdroute.conf; \
|
|
echo 'WARNING: A new /opt/cjdns/cjdroute.conf file has been generated.'; \
|
|
fi"
|
|
ExecStart=/bin/sh -c "exec /opt/cjdns/cjdroute --nobg < /opt/cjdns/cjdroute.conf"
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Also=cjdns-resume.service
|