1
0
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:
purian23
2025-11-03 23:36:37 -05:00
parent 797aabc637
commit 7c9e9e1cd9

View File

@@ -7,9 +7,9 @@ Requisite=graphical-session.target
[Service] [Service]
Type=simple Type=simple
ExecStart=/usr/bin/dms run ExecStart=/usr/bin/dms run --session
ExecReload=/usr/bin/pkill -USR1 -x dms ExecReload=/usr/bin/pkill -HUP -x dms
Restart=on-failure Restart=always
RestartSec=1 RestartSec=1
TimeoutStopSec=10 TimeoutStopSec=10