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