mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
Update systemd dms service
This commit is contained in:
@@ -7,9 +7,9 @@ Requisite=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/dms run
|
||||
ExecReload=/usr/bin/pkill -USR1 -x dms
|
||||
Restart=on-failure
|
||||
ExecStart=/usr/bin/dms run --session
|
||||
ExecReload=/usr/bin/pkill -HUP -x dms
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
TimeoutStopSec=10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user