bwc-installer/process-checker/process-checker.service

12 lines
226 B
INI

[Unit]
Description=It get app's health. There is cpu, memory, app's PID, app's status.
[Service]
User=root
ExecStart=/usr/local/bin/process-checker -mqtt=aws
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target