printer-raspberry-pi/prusaconnect.service

15 lines
259 B
SYSTEMD
Raw Normal View History

2024-02-27 19:00:24 +01:00
[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