14 lines
278 B
Desktop File
14 lines
278 B
Desktop File
[Unit]
|
|
Description=Sysmon Client
|
|
|
|
[Service]
|
|
#User=nobody
|
|
#Group=nobody
|
|
TimeoutSec=20
|
|
Restart=on-failure
|
|
# BELOW: Specify sysmon-server URL, add '-n hostname' if needed
|
|
ExecStart=/opt/sysmon/client/bin/client -s http://10.20.30.40:9925/metrics
|
|
|
|
[Install]
|
|
WantedBy=default.target
|