forked from voxpupuli/openvoxview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenvoxview.service.example
More file actions
41 lines (38 loc) · 975 Bytes
/
openvoxview.service.example
File metadata and controls
41 lines (38 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[Unit]
Description=OpenVox View
After=syslog.target network.target
[Service]
Type=simple
WorkingDirectory=/opt/openvoxview
User=openvoxview
ExecStart=/opt/openvoxview/openvoxview -config /opt/openvoxview/configuration.yaml
TimeoutStartSec=5
KillMode=mixed
ReadWritePaths=/opt/openvoxview
MemoryDenyWriteExecute=true
LockPersonality=true
RestrictAddressFamilies=AF_INET AF_INET6
NoNewPrivileges=true
UMask=0027
RemoveIPC=true
ProcSubset=pid
RestrictSUIDSGID=true
RestrictNamespaces=true
RestrictRealtime=true
PrivateDevices=true
PrivateTmp=true
PrivateUsers=true
ProtectKernelLogs=true
ProtectKernelModules=true
ProtectKernelTunables=true
ProtectProc=invisible
ProtectHome=true
ProtectSystem=strict
ProtectClock=true
ProtectControlGroups=true
ProtectHostname=true
SystemCallArchitectures=native
SystemCallFilter=@basic-io @default @file-system @network-io @signal @process @io-event setrlimit madvise uname ioctl
CapabilityBoundingSet=
[Install]
WantedBy=multi-user.target