2022-02-02 19:59:59 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Velociraptor Server Service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
UMask=0027
|
2023-05-09 02:49:51 +02:00
|
|
|
User=velociraptor
|
|
|
|
Group=velociraptor
|
2023-01-19 16:27:12 +01:00
|
|
|
EnvironmentFile=-/etc/sysconfig/velociraptor
|
2023-12-21 01:29:28 +01:00
|
|
|
EnvironmentFile=-/etc/default/velociraptor
|
2023-05-09 02:49:51 +02:00
|
|
|
Environment=TMPDIR=/var/lib/velociraptor/tmp
|
2023-01-19 16:27:12 +01:00
|
|
|
ExecStart=/usr/bin/velociraptor frontend --verbose --config /etc/velociraptor/server.config $VELOCIRAPTOR_OPTS
|
2022-02-02 19:59:59 +01:00
|
|
|
|
|
|
|
PrivateTmp=true
|
|
|
|
PrivateDevices=true
|
|
|
|
ProtectHostname=true
|
|
|
|
ProtectClock=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
MemoryDenyWriteExecute=true
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|