robur-coop / albatross

Albatross: orchestrate and manage MirageOS unikernels with Solo5
ISC License
141 stars 17 forks source link

debian packaging: systemd service & installed binary path discrepancy #89

Closed reynir closed 2 years ago

reynir commented 2 years ago

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/.

hannesm commented 2 years ago

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