mirror of https://bitbucket.org/ausocean/av.git
11 lines
243 B
SYSTEMD
11 lines
243 B
SYSTEMD
|
[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
|