aboutsummarylogtreecommitdiffstats
path: root/gopro_webcam.service
blob: c6e9f7d86c7e4b99359ba563f7b92fb63a59e48f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=GoPro Webcam start script
After=network-online.target
Wants=network-online.target systemd-networkd-wait-online.service

[Service]
ExecStart=/usr/bin/gopro webcam -a -n
Restart=on-failure
RestartSec=15s

[Install]
WantedBy=multi-user.target