blob: c65976b692e78a2abaf41b9002e9389a7d449669 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Discord Rich Presence for MPRIS players
[Service]
Type=simple
ExecStart=/usr/bin/mpris-rp
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target
|