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-10-16 15:53:38 -04:00

14 lines
273 B
Desktop File

[Unit]
Description=Dank Material Shell (DMS)
PartOf=graphical-session.target
After=graphical-session-pre.target
Wants=graphical-session-pre.target
[Service]
Type=simple
ExecStart=/usr/bin/dms run
Restart=on-failure
RestartSec=1
[Install]
WantedBy=graphical-session.target