11 lines
226 B
INI
11 lines
226 B
INI
|
[Unit]
|
||
|
Description=cnt_collector_485
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/python3 /usr/local/sdt/app/cnt_collector_485/cnt_collector_485.py -config cnt_collector_485
|
||
|
Restart=always
|
||
|
RestartSec=10
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|