robur-coop/albatross

debian packaging: systemd service & installed binary path discrepancy

Closed this issue · 1 comments

The debian package installs the daemon binaries in /usr/sbin/ while the systemd service files expects them to be in /usr/local/sbin/. The install.sh script in packaging/Linux/ meanwhile copies them to /usr/local/sbin/.

I guess on Linux, esp. if we're doing packages, /usr/sbin is the correct path.