robur-coop / albatross

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

Fix 105 #108

Closed reynir closed 2 years ago

reynir commented 2 years ago

I found that systemd would create /run/albatross/fifo/ with permissions drwxrws--- root root. A new commit is added where Group is set to albatross in all systemd service files. The group albatross should be implied by User=albatross so it should only be strictly necessary to put it in albatross_daemon.service.

reynir commented 2 years ago

Hmm, I'm not sure why the previous commit is in here...

reynir commented 2 years ago

OK a rebase fixed it

hannesm commented 2 years ago

thanks