pandora_t_for_time/player/player-front.service
2025-10-20 10:39:28 +01:00

12 lines
330 B
Desktop File

[Unit]
Description=player
After=gnome-session.target network-online.target
[Service]
Type=simple
Restart=on-failure
KillSignal=SIGINT
ExecStart=/srv/pandora/t_for_time/player/player.py --mode main --playlist /srv/t_for_time/render/front.m3u --config /srv/t_for_time/render/front.json
[Install]
WantedBy=graphical-session.target