dictd/dictd.service

23 lines
537 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Dictd Dictionary Server Daemon
After=network.target
[Service]
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
PrivateDevices=true
ProtectHostname=true
ProtectClock=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
RestrictRealtime=true
# end of automatic additions
Type=forking
ExecStart=/usr/sbin/dictd --listen-to 127.0.0.1
[Install]
WantedBy=multi-user.target