mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
19 lines
413 B
Desktop File
19 lines
413 B
Desktop File
[Unit]
|
|
Description=Dank Material Shell (DMS)
|
|
PartOf=graphical-session.target
|
|
After=graphical-session-pre.target
|
|
Wants=graphical-session-pre.target
|
|
Requisite=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/dms run --session
|
|
ExecReload=/usr/bin/pkill -HUP -x dms
|
|
Restart=always
|
|
RestartSec=3
|
|
StartLimitBurst=5
|
|
StartLimitIntervalSec=30
|
|
TimeoutStopSec=10
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target |