mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-09-13 02:30:04 +00:00
14 lines
262 B
Desktop File
14 lines
262 B
Desktop File
[Unit]
|
|
Description=PCManFM-qt daemon
|
|
After=graphical-session.target
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/pcmanfm-qt --daemon-mode
|
|
Restart=on-failure
|
|
Slice=session-graphical.slice
|
|
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|