2 Description=Cozy service
4 After=network.target couchdb.service
9 PermissionsStartOnly=true
12 ExecStart=/usr/bin/cozy-stack serve
15 CapabilityBoundingSet=
17 #Not compatible with NodeJS
18 #MemoryDenyWriteExecute=true
24 ProtectControlGroups=true
27 ProtectKernelLogs=true
28 ProtectKernelModules=true
29 ProtectKernelTunables=true
32 RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK AF_UNIX
33 RestrictNamespaces=true
36 #SecureBits=noroot-locked
37 SystemCallArchitectures=native
38 SystemCallFilter=@system-service
39 SystemCallErrorNumber=EPERM
42 WantedBy=multi-user.target