mirror of
https://github.com/Crocmagnon/printer-raspberry-pi.git
synced 2024-11-14 22:33:52 +01:00
15 lines
259 B
SYSTEMD
15 lines
259 B
SYSTEMD
|
[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
|