forked from pool/velociraptor
5288159631
- Add client service file OBS-URL: https://build.opensuse.org/request/show/950594 OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=2
22 lines
403 B
Desktop File
22 lines
403 B
Desktop File
[Unit]
|
|
Description=Velociraptor Client Service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
UMask=0027
|
|
ExecStart=/usr/bin/velociraptor client --config /etc/velociraptor/client.config
|
|
|
|
PrivateTmp=true
|
|
PrivateDevices=true
|
|
ProtectHostname=true
|
|
ProtectClock=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectControlGroups=true
|
|
MemoryDenyWriteExecute=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|