generated from CubeCraft-Creations/Tracehound
11 lines
262 B
Desktop File
11 lines
262 B
Desktop File
|
|
[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
|