Files
remote-rig/scripts/remoterig-update.service
T

11 lines
262 B
Desktop File
Raw Permalink Normal View History

[Unit]
Description=RemoteRig pull updater (checks Gitea dev release)
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/opt/remoterig/pi-update.sh
# Updater needs root to write the binary and restart the service
User=root