1
1
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:
j1nx
2022-11-11 15:15:29 +01:00
parent b89f5f99f3
commit 66ccde87e4
3 changed files with 47 additions and 0 deletions

View File

@@ -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

View File

@@ -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