mirror of
https://github.com/byReqz/probehost2.git
synced 2024-11-14 11:23:13 +00:00
16 lines
322 B
Desktop File
16 lines
322 B
Desktop File
# systemd service file for probehost2
|
|
|
|
[Unit]
|
|
Description=probehost2 daemon
|
|
Wants=network.target
|
|
After=network-online.target
|
|
StartLimitBurst=5
|
|
StartLimitIntervalSec=20
|
|
|
|
[Service]
|
|
Restart=always
|
|
RestartSec=1
|
|
ExecStart=/bin/probehost2 --logfilepath "/var/log/probehost2.log" --port 8000
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |