mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-28 15:24:45 +00:00
No oneshot services
This commit is contained in:
parent
59577eddd8
commit
a1f360b0f5
3 changed files with 0 additions and 6 deletions
|
|
@ -9,9 +9,7 @@ Description=kbuildsycoca5
|
||||||
Requires=dbus.socket
|
Requires=dbus.socket
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
|
||||||
ExecStart=/usr/bin/kbuildsycoca5
|
ExecStart=/usr/bin/kbuildsycoca5
|
||||||
Restart=always
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=user-session.target
|
WantedBy=user-session.target
|
||||||
|
|
|
||||||
|
|
@ -9,11 +9,9 @@ Description=kdeinit
|
||||||
Requires=dbus.socket
|
Requires=dbus.socket
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
|
||||||
Environment=LD_BIND_NOW=true
|
Environment=LD_BIND_NOW=true
|
||||||
EnvironmentFile=-/var/lib/environment/plasma-phone/*.conf
|
EnvironmentFile=-/var/lib/environment/plasma-phone/*.conf
|
||||||
ExecStart=/usr/lib/libexec/kf5/start_kdeinit_wrapper --kded +kcminit_startup
|
ExecStart=/usr/lib/libexec/kf5/start_kdeinit_wrapper --kded +kcminit_startup
|
||||||
Restart=always
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=user-session.target
|
WantedBy=user-session.target
|
||||||
|
|
|
||||||
|
|
@ -9,9 +9,7 @@ Description=ksyncdbusenv
|
||||||
Requires=dbus.socket
|
Requires=dbus.socket
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
|
||||||
ExecStart=/usr/lib/libexec/ksyncdbusenv
|
ExecStart=/usr/lib/libexec/ksyncdbusenv
|
||||||
Restart=always
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=user-session.target
|
WantedBy=user-session.target
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue