13 lines
292 B
Desktop File
13 lines
292 B
Desktop File
[Unit]
|
|
Description=player
|
|
After=gnome-session.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=on-failure
|
|
KillSignal=SIGINT
|
|
ExecStart=/srv/pandora/t_for_time/player/player.py --mode peer --playlist /srv/t_for_time/render/back.m3u
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|