AWX_collector/AWX_shm_updater.service

11 lines
202 B
INI
Raw Permalink Normal View History

2023-09-08 08:15:58 +00:00
[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