11 lines
234 B
Desktop File
11 lines
234 B
Desktop File
[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=graphical-session.target
|