SHA256
1
0
forked from pool/dictd
dictd/dictd.service
Matej Cepl ac456ecc88 - Update to 1.13.1:
- Remove the last call of gethostbyname(3)
  - Fixes by Huy-Ngo in dictfmt help message.
- Remove ProtectHome from the systemd service file, because data
  files can be stored in $HOME and indexes need to written to.

OBS-URL: https://build.opensuse.org/package/show/Education/dictd?expand=0&rev=24
2022-02-20 02:01:24 +00:00

23 lines
537 B
Desktop File

[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