No Worries
make sure reefpi is at the following location
/var/lib/reef-pi
Group and User should match your user.
sudo nano /etc/systemd/system/reef-pi.service
sudo systemctl daemon-reexec
sudo systemctl daemon-reload
sudo systemctl start reef-pi
Then you can use the following for auto boot
sudo systemctl enable reef-pi
Can bounce your errors off chat GPT if i am not around
make sure reefpi is at the following location
/var/lib/reef-pi
Group and User should match your user.
sudo nano /etc/systemd/system/reef-pi.service
Code:
[Unit]
Description=Reef-Pi Controller
After=network.target
[Service]
Environment=REEFPI_TELEMETRY_DEBUG=0
Environment=REEFPI_TELEMETRY_SLOW_LOCK_MS=10
Environment=REEFPI_TELEMETRY_SLOW_HOLD_MS=10
Type=simple
User=reefpi
Group=reefpi
WorkingDirectory=/var/lib/reef-pi
ExecStart=/var/lib/reef-pi/reef-pi
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target
sudo systemctl daemon-reexec
sudo systemctl daemon-reload
sudo systemctl start reef-pi
Then you can use the following for auto boot
sudo systemctl enable reef-pi
Can bounce your errors off chat GPT if i am not around

Reserved for the service — do not create or modify manually