2023-11-08 22:31:06 +00:00
|
|
|
[Unit]
|
|
|
|
Description=player
|
2023-11-20 12:32:07 +00:00
|
|
|
After=gnome-session.target network-online.target
|
2023-11-08 22:31:06 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2023-11-20 12:32:07 +00:00
|
|
|
Restart=on-failure
|
2023-11-08 22:31:06 +00:00
|
|
|
KillSignal=SIGINT
|
|
|
|
ExecStart=/srv/pandora/t_for_time/player/player.py --mode main --playlist /srv/t_for_time/render/front.m3u
|
|
|
|
|
|
|
|
[Install]
|
2023-11-08 23:32:32 +00:00
|
|
|
WantedBy=graphical-session.target
|