mirror of
https://github.com/Crocmagnon/printer-raspberry-pi.git
synced 2024-11-13 22:03:52 +01:00
15 lines
313 B
Desktop File
15 lines
313 B
Desktop File
[Unit]
|
|
Description=Send snapshots to prusaconnect
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/home/gaugendre/printer-raspberry-pi/prusaconnect
|
|
WorkingDirectory=/home/gaugendre/printer-raspberry-pi
|
|
Type=exec
|
|
Restart=always
|
|
User=gaugendre
|
|
Group=gaugendre
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
RequiredBy=network.target
|