2024-05-04 01:44:14 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Velociraptor Server Service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
UMask=0027
|
|
|
|
User=velociraptor
|
|
|
|
Group=velociraptor
|
|
|
|
EnvironmentFile=-/etc/sysconfig/velociraptor
|
2024-06-08 17:40:57 +02:00
|
|
|
EnvironmentFile=-/etc/default/velociraptor
|
2024-05-04 01:44:14 +02:00
|
|
|
Environment=TMPDIR=/var/lib/velociraptor/tmp
|
|
|
|
ExecStart=/usr/bin/velociraptor frontend --verbose --config /etc/velociraptor/server.config $VELOCIRAPTOR_OPTS
|
|
|
|
|
|
|
|
PrivateTmp=true
|
|
|
|
PrivateDevices=true
|
|
|
|
ProtectHostname=true
|
|
|
|
ProtectClock=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
MemoryDenyWriteExecute=true
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|