2022-02-02 08:01:30 +01:00
|
|
|
[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
|
2023-01-19 02:05:43 +01:00
|
|
|
Restart=on-failure
|
2022-02-02 08:01:30 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|