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