More systemd user --session changes

This commit is contained in:
j1nx 2022-10-18 08:49:49 +02:00
parent 72ba4d3d8f
commit 1e070a8240
7 changed files with 6 additions and 6 deletions

View File

@ -0,0 +1 @@
../../../../../../usr/lib/systemd/user/systemd-tmpfiles-setup.service

View File

@ -0,0 +1 @@
../../../../../usr/lib/systemd/user/obex.service

View File

@ -1 +0,0 @@
../../../../../../usr/lib/systemd/user/mycroft-enclosure-gui.service

View File

@ -1 +0,0 @@
../../../../../../usr/lib/systemd/user/mycroft-gui.service

View File

@ -0,0 +1 @@
../../../../../../usr/lib/systemd/user/systemd-tmpfiles-clean.timer

View File

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

View File

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