mirror of https://bitbucket.org/ausocean/av.git
10 lines
221 B
SYSTEMD
10 lines
221 B
SYSTEMD
|
[Unit]
|
||
|
Description=Netsender Client for Playing and Recording Sound
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/home/pi/go/src/bitbucket.org/ausocean/av/init/treatment_run.sh
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|