2 Description=CouchDB Server
10 EnvironmentFile=/etc/default/couchdb
11 ExecStart=/usr/lib/couchdb/bin/couchdb
12 ReadWritePaths=/etc/couchdb/local.ini
16 CapabilityBoundingSet=
18 # Not compatible with the use of JS
19 #MemoryDenyWriteExecute=true
25 ProtectControlGroups=yes
28 ProtectKernelLogs=true
29 ProtectKernelModules=yes
30 ProtectKernelTunables=true
33 RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK AF_UNIX
34 RestrictNamespaces=true
37 SystemCallArchitectures=native
38 SystemCallFilter=@system-service
39 SystemCallErrorNumber=EPERM
42 WantedBy=multi-user.target