pandora_t_for_time/player/saxophone.service

12 lines
214 B
SYSTEMD
Raw Normal View History

2023-11-08 22:31:06 +00:00
[Unit]
Description=saxophone loop
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/mpv --quiet --loop /srv/t_for_time/render/Saxophone-5.1.mp4
KillSignal=SIGINT
[Install]
2023-11-08 23:32:32 +00:00
WantedBy=graphical-session.target