player cleanup

This commit is contained in:
j 2026-01-24 21:53:56 +01:00
commit a817b1def6
5 changed files with 30 additions and 68 deletions

12
player/player.service Normal file
View file

@ -0,0 +1,12 @@
[Unit]
Description=player
After=gnome-session.target
[Service]
Type=simple
Restart=on-failure
KillSignal=SIGINT
ExecStart=/srv/pandora/p_for_power/player/player.py --mode main --playlist /srv/p_for_power/render/front.m3u --config /srv/p_for_power/render/front.json
[Install]
WantedBy=graphical-session.target