forked from YujinChu/AWX_collector
11 lines
198 B
INI
11 lines
198 B
INI
|
[Unit]
|
||
|
Description=awx_collector
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/python3 /usr/local/sdt/app/appName/AWX_collector.py -config appName
|
||
|
Restart=always
|
||
|
RestartSec=10
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|