hmci/doc/hmci.service

13 lines
175 B
SYSTEMD
Raw Normal View History

2021-01-22 08:14:03 +00:00
[Unit]
Description=HMC Insights Service
[Service]
#User=nobody
#Group=nobody
TimeoutSec=20
Restart=on-failure
2021-01-22 08:14:03 +00:00
ExecStart=/opt/hmci/bin/hmci
[Install]
WantedBy=default.target