| Description=Certificate Management Identity Management Service for NDN |
| Environment=HOME=%S/ndncert-ca |
| ExecStart=@BINDIR@/ndncert-ca-server |
| RestartPreventExitStatus=2 |
| MemoryDenyWriteExecute=yes |
| ProtectKernelTunables=yes |
| # systemd older than v232 doesn't support a value of "strict" for ProtectSystem, |
| # so it will ignore that line and use ProtectSystem=full; with newer systemd, |
| # the latter assignment is recognized and takes precedence, resulting in an |
| # effective setting of ProtectSystem=strict |
| RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6 AF_PACKET |
| StateDirectory=ndncert-ca |
| SystemCallArchitectures=native |
| SystemCallErrorNumber=EPERM |
| SystemCallFilter=~@aio @chown @clock @cpu-emulation @debug @keyring @module @mount @obsolete @privileged @raw-io @reboot @resources @setuid @swap |
| WantedBy=multi-user.target |