QuickBox / QB

QuickBox is much more than a ‘seedbox installer script’, it is a simplistic approach to achieving easy seedbox and services management from a beautifully designed dashboard. Allowing users the ability to interact with their seedbox and server on a professional grade level.
https://quickbox.io
GNU General Public License v3.0
737 stars 171 forks source link

Move headphones.pid to user directory #87

Closed trinsic closed 6 years ago

trinsic commented 6 years ago

Headphones is unable to start after a server reboot because /var/run is tmpfs and the headphones directory is removed.

The directory can be added with systemd by adding: PermissionsStartOnly=true RuntimeDirectory=headphones RuntimeDirectoryMode=0755

However I feel since it is run as user it can stay in its directory like nzbhydra does with its own PID.

JMSDOnline commented 6 years ago

Cherrypicked and added via 0e7833d7f2257f61897f5103d198ea2a2f0c8fe8. Thank you for this addition! 👍