mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Add mycroft-admin-phal.service
This commit is contained in:
@@ -8,6 +8,7 @@ enable NetworkManager.service
|
||||
enable getty@tty1.service
|
||||
enable ovos-splash-start.service
|
||||
enable ovos-splash-systemd.service
|
||||
enable mycroft-admin-phal.service
|
||||
|
||||
disable pulseaudio.service
|
||||
disable getty@.service
|
||||
|
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=Admin PHAL
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
ExecStart=/usr/libexec/mycroft-systemd-admin-phal
|
||||
TimeoutStartSec=1m
|
||||
TimeoutStopSec=1m
|
||||
Restart=on-failure
|
||||
StartLimitInterval=5min
|
||||
StartLimitBurst=4
|
||||
#StartLimitAction=reboot-force
|
||||
#WatchdogSec=30s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user