probehost2/systemd/probehost2.service

18 lines
343 B
SYSTEMD
Raw Normal View History

2021-12-28 03:11:50 +00:00
# systemd service file for probehost2
[Unit]
Description=probehost2 daemon
Wants=network.target
After=network-online.target
StartLimitBurst=5
StartLimitIntervalSec=20
[Service]
User=1000
Group=1000
2021-12-28 03:11:50 +00:00
Restart=always
RestartSec=1
ExecStart=/bin/probehost2 --logfilepath "/var/log/probehost2.log" --port 8000
[Install]
WantedBy=multi-user.target