respondd: extends path in systemd unit to get batctl and fastd on default path
This commit is contained in:
parent
220e8bf97e
commit
a83e8eb510
|
@ -1,13 +1,12 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=yanic
|
Description=yanic's respondd
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User=yanic
|
|
||||||
ExecStart=/opt/go/bin/yanic respondd --config /etc/respondd.conf
|
ExecStart=/opt/go/bin/yanic respondd --config /etc/respondd.conf
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
Environment=PATH=/usr/bin:/usr/local/bin
|
Environment=PATH=/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue