Files @ a887af578603
Branch filter:

Location: HydroBot/hydrobot-software/hydrobot@.service

ethanzonca
Added systemd service file
[Unit]
Description=HydroBot Hydroponics Control Service
After=network.target
BindsTo=sys-subsystem-net-devices-%i.device
After=sys-subsystem-net-devices-%i.device

[Service]
ExecStart=/usr/bin/python hydrobot.py
WorkingDirectory=/opt/hydrobot-software

User=hydrobot
Group=hydrobot


[Install]
WantedBy=multi-user.target