10 lines
189 B
Desktop File
10 lines
189 B
Desktop File
[Unit]
|
|
Description=Keep track of media player activity
|
|
|
|
[Service]
|
|
Type=dbus
|
|
ExecStart=/usr/bin/playerctld daemon
|
|
BusName=org.mpris.MediaPlayer2.playerctld
|
|
|
|
[Install]
|
|
WantedBy=default.target |