1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00
Files
DankMaterialShell/assets/systemd/dms.service
2025-11-05 23:36:14 -05:00

16 lines
331 B
Desktop File

[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 -HUP -x dms
Restart=always
RestartSec=2
TimeoutStopSec=10
[Install]
WantedBy=graphical-session.target