2023-09-11 02:23:00 +00:00
|
|
|
[Unit]
|
|
|
|
Description=awx-perfermance
|
|
|
|
|
|
|
|
[Service]
|
2023-09-25 01:22:03 +00:00
|
|
|
ExecStart=/usr/bin/python3 /usr/local/sdt/app/appName/main.py -config appName
|
2023-09-11 02:23:00 +00:00
|
|
|
Restart=always
|
|
|
|
RestartSec=10
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|