printer-raspberry-pi/prusaconnect.service
2024-02-27 19:00:24 +01:00

14 lines
259 B
Desktop File

[Unit]
Description=Send snapshots to prusaconnect
After=network.target
[Service]
ExecStart=/home/gaugendre/printer-raspberry-pi/prusaconnect
Type=exec
Restart=always
User=gaugendre
Group=gaugendre
[Install]
WantedBy=default.target
RequiredBy=network.target