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

12 lines
220 B
INI
Raw Normal View History

2023-09-06 05:27:32 +00:00
[Unit]
2024-01-03 04:48:13 +00:00
Description=It get app's health. There is cpu, memory, app's PID, app's status.
2023-09-06 05:27:32 +00:00
[Service]
User=root
2024-01-03 04:48:13 +00:00
ExecStart=/usr/bin/process-checker -mqtt=aws
2023-09-06 05:27:32 +00:00
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target