12 lines
204 B
SYSTEMD
12 lines
204 B
SYSTEMD
|
[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]
|
||
|
WantedBy=default.target
|