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