add systemd service.

This commit is contained in:
j 2023-11-08 23:31:06 +01:00
commit 4e04bec8ad
3 changed files with 33 additions and 0 deletions

11
player/saxophone.service Normal file
View file

@ -0,0 +1,11 @@
[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