mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
11 lines
164 B
SYSTEMD
11 lines
164 B
SYSTEMD
|
[Unit]
|
||
|
Description=MPRIS2 support for MPD
|
||
|
PartOf=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/mpDris2
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sway-session.target
|