pandora_t_for_time/player/player-back.service

12 lines
222 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 peer--playlist /srv/t_for_time/render/back.m3u
[Install]
WantedBy=default.target