[Unit] Description=Web application to manage conference schedules [Service] User=confplanner Restart=always ExecStart=/usr/bin/confplanner StateDirectory=confplanner WorkingDirectory=/etc/confplanner CapabilityBoundingSet=CAP_NET_BIND_SERVICE AmbientCapabilities=CAP_NET_BIND_SERVICE NoNewPrivileges=true SystemCallFilter=@system-service SystemCallErrorNumber=EPERM ProtectSystem=strict ProtectHome=true PrivateTmp=true PrivateDevices=true ExecPaths=/usr/bin/confplanner ProtectKernelTunables=true ProtectKernelModules=true ProtectKernelLogs=true ProtectControlGroups=true ProtectClock=true RestrictRealtime=true RestrictSUIDSGID=true [Install] WantedBy=multi-user.target