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

12 lines
163 B
INI
Raw Permalink Normal View History

2023-09-11 01:56:25 +00:00
[Unit]
Description=processchecker
[Service]
User=root
ExecStart=/usr/local/bin/process-checker
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target