dashcheulov / r10k-webhook

GNU General Public License v3.0
2 stars 1 forks source link

service was triggering the r10k_daemon binary from the wrong location #4

Open chughesvf opened 4 years ago

chughesvf commented 4 years ago

in /usr/lib/systemd/system/r10k-webhook.service the location of the r10k_daemon is incorrect:

ExecStart=/usr/bin/r10k_daemon -c /etc/r10k_webhook/config.json (code=exited, status=217/USER)

but it was found here:

chughes@mintd:~$ sudo find / -name "r10k_daemon" /usr/local/bin/r10k_daemon