11 lines
178 B
Plaintext
11 lines
178 B
Plaintext
|
[Unit]
|
||
|
Description=Sysmon Client Service
|
||
|
|
||
|
[Service]
|
||
|
TimeoutStartSec=3
|
||
|
Restart=always
|
||
|
ExecStart=/opt/sysmon/client/bin/client -s {{server_url}}
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|