pandora_t_for_time/player/player-front.service

12 lines
224 B
SYSTEMD
Raw Normal View History

2023-11-08 22:31:06 +00:00
[Unit]
Description=player
[Service]
Type=simple
Restart=always
KillSignal=SIGINT
ExecStart=/srv/pandora/t_for_time/player/player.py --mode main --playlist /srv/t_for_time/render/front.m3u
[Install]
WantedBy=default.target