1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Localize Systemd & Simplify builds

This commit is contained in:
purian23
2025-12-01 15:21:04 -05:00
parent 83a6b7567f
commit f425f86101
11 changed files with 168 additions and 45 deletions

View File

@@ -0,0 +1,16 @@
[Unit]
Description=Dank Material Shell (DMS)
PartOf=graphical-session.target
After=graphical-session.target
Requisite=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/dms run --session
ExecReload=/usr/bin/pkill -USR1 -x dms
Restart=always
RestartSec=1.23
TimeoutStopSec=10
[Install]
WantedBy=graphical-session.target