File kuksa-val-server.service of Package kuksa-val
[Unit] Description=KUKSA.val Server Documentation=https://www.eclipse.org/kuksa/ After=network.target AssertFileIsExecutable=/usr/bin/kuksa-val-server AssertPathExists=/etc/kuksa-val/server.ini [Service] Type=notify ExecStart=/usr/bin/kuksa-val-server --config-file=/etc/kuksa-val/server.ini Restart=on-failure PrivateTmp=true # added automatically, for details please see # https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort ProtectSystem=full ProtectHome=read-only PrivateDevices=true ProtectHostname=true ProtectClock=true ProtectKernelTunables=true ProtectKernelModules=true ProtectKernelLogs=true ProtectControlGroups=true RestrictRealtime=true # end of automatic additions [Install] WantedBy=multi-user.target