mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-01 11:16:52 +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]
|
[Unit]
|
||||||
Description=Mycroft Enclosure
|
Description=Mycroft Enclosure
|
||||||
|
PartOf=mycroft.service
|
||||||
After=mycroft.service
|
After=mycroft.service
|
||||||
After=mycroft-messagebus.service
|
After=mycroft-messagebus.service
|
||||||
|
|
||||||
@ -17,4 +18,4 @@ StartLimitBurst=4
|
|||||||
#WatchdogSec=30s
|
#WatchdogSec=30s
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=gui.target
|
WantedBy=mycroft.service
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Mycroft GUI
|
Description=Mycroft GUI
|
||||||
After=mycroft-enclosure-gui.service
|
|
||||||
Requires=mycroft-enclosure-gui.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStartPre=-/usr/bin/kbuildsycoca5
|
ExecStartPre=-/usr/bin/kbuildsycoca5
|
||||||
@ -10,4 +8,4 @@ StandardOutput=null
|
|||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=gui.target
|
WantedBy=mycroft.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user