Skip to content

Commit

Permalink
fix in service file to fix #165 (#166)
Browse files Browse the repository at this point in the history
Signed-off-by: gabrik <gabriele.baldoni@gmail.com>
  • Loading branch information
gabrik authored Jan 22, 2020
1 parent 99f080b commit 0018642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/yaks.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=network.target
[Service]
Type=simple
PIDFile=/var/fos/yaksd.pid
ExecStart = /etc/fos/yaksd
ExecStart = /etc/fos/zenohd -P "/etc/fos/yaks-plugin.cmxs" -vv
KillMode=process
Restart=on-failure
[Install]
Expand Down

0 comments on commit 0018642

Please sign in to comment.