Skip to content

Commit

Permalink
respondd: extends path in systemd unit to get batctl and fastd on def…
Browse files Browse the repository at this point in the history
…ault path
  • Loading branch information
genofire committed Aug 5, 2019
1 parent 52639e7 commit 10478d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions contrib/init/linux-systemd/respondd.service
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[Unit]
Description=yanic
Description=yanic's respondd
[Service]
Type=simple
User=yanic
ExecStart=/opt/go/bin/yanic respondd --config /etc/respondd.conf
Restart=always
RestartSec=5s
Environment=PATH=/usr/bin:/usr/local/bin
Environment=PATH=/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
[Install]
WantedBy=multi-user.target

0 comments on commit 10478d0

Please sign in to comment.