av/cmd/looper/looper.service

11 lines
243 B
SYSTEMD
Raw Permalink Normal View History

2022-05-31 08:17:06 +03:00
[Unit]
Description=looper is a utility to robustly loop a sound file from a raspberry pi.
[Service]
Type=simple
ExecStart=/home/pi/go/src/bitbucket.org/ausocean/av/cmd/looper/pi_run.sh
Restart=on-failure
[Install]
WantedBy=multi-user.target