mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-15 03:35:55 +00:00
10 lines
250 B
SYSTEMD
10 lines
250 B
SYSTEMD
|
[Unit]
|
||
|
Description=KDE Session Management Server
|
||
|
After=graphical-session.target
|
||
|
RefuseManualStart=yes
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=-@QtBinariesDir@/qdbus org.kde.ksmserver /KSMServer org.kde.KSMServerInterface.restoreSession
|
||
|
Slice=session.slice
|