Fix Volumio startup and online updates
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Apply staged Phoenix update on Volumio
|
||||
After=local-fs.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=root
|
||||
Group=root
|
||||
TimeoutStartSec=30min
|
||||
Nice=10
|
||||
IOSchedulingClass=idle
|
||||
Environment=PHOENIX_INSTALL_PROFILE=volumio
|
||||
Environment=PHOENIX_UPDATE_DETACHED=1
|
||||
Environment=PHOENIX_ROOT_OVERRIDE=/home/volumio/Phoenix
|
||||
ExecStart=/bin/bash /usr/local/libexec/phoenix/restart_phoenix_services.sh
|
||||
Reference in New Issue
Block a user