You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
261 B
13 lines
261 B
[Unit]
|
|
Description=Lucy Primary Service
|
|
|
|
[Service]
|
|
Restart=always
|
|
StartLimitBurst=0
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
ExecStart=/home/pi/dev/env/dev/bin/python /home/pi/dev/Lucy/primarni_okruh/rpi/primary_loop.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
|