2017-09-03 15:58:26 +02:00
|
|
|
[Unit]
|
|
|
|
Description=pkcs11 event manager
|
|
|
|
|
|
|
|
[Service]
|
2022-03-25 05:40:47 +01:00
|
|
|
# added automatically, for details please see
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
ProtectSystem=full
|
|
|
|
ProtectHome=read-only
|
|
|
|
ProtectHostname=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
RestrictRealtime=true
|
|
|
|
# end of automatic additions
|
2017-09-03 15:58:26 +02:00
|
|
|
Type=forking
|
|
|
|
ExecStart=/usr/bin/pkcs11_eventmgr
|
|
|
|
StandardOutput=journal
|
|
|
|
StandardError=journal
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|