mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-20 21:11:22 +01:00
More systemd user --session changes
This commit is contained in:
parent
72ba4d3d8f
commit
1e070a8240
@ -0,0 +1 @@
|
||||
../../../../../../usr/lib/systemd/user/systemd-tmpfiles-setup.service
|
@ -0,0 +1 @@
|
||||
../../../../../usr/lib/systemd/user/obex.service
|
@ -1 +0,0 @@
|
||||
../../../../../../usr/lib/systemd/user/mycroft-enclosure-gui.service
|
@ -1 +0,0 @@
|
||||
../../../../../../usr/lib/systemd/user/mycroft-gui.service
|
@ -0,0 +1 @@
|
||||
../../../../../../usr/lib/systemd/user/systemd-tmpfiles-clean.timer
|
@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=Mycroft Enclosure
|
||||
PartOf=mycroft.service
|
||||
After=mycroft.service
|
||||
After=mycroft-messagebus.service
|
||||
|
||||
@ -17,4 +18,4 @@ StartLimitBurst=4
|
||||
#WatchdogSec=30s
|
||||
|
||||
[Install]
|
||||
WantedBy=gui.target
|
||||
WantedBy=mycroft.service
|
||||
|
@ -1,7 +1,5 @@
|
||||
[Unit]
|
||||
Description=Mycroft GUI
|
||||
After=mycroft-enclosure-gui.service
|
||||
Requires=mycroft-enclosure-gui.service
|
||||
|
||||
[Service]
|
||||
ExecStartPre=-/usr/bin/kbuildsycoca5
|
||||
@ -10,4 +8,4 @@ StandardOutput=null
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=gui.target
|
||||
WantedBy=mycroft.service
|
||||
|
Loading…
Reference in New Issue
Block a user