systemd: Add service file for rescrobbled

This commit is contained in:
Sanchayan Maity 2024-04-20 21:03:17 +05:30
parent 7bbd8603ba
commit 7f91108234
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[Unit]
Description=An MPRIS scrobbler
Documentation=https://github.com/InputUsername/rescrobbled
Wants=network-online.target
After=network-online.target
[Service]
ExecStart=rescrobbled
[Install]
WantedBy=default.target