mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-07 22:15:38 -05:00
15 lines
308 B
Desktop File
15 lines
308 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
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target |