forked from pool/dictd
Matej Cepl
ac456ecc88
- 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
23 lines
537 B
Desktop File
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
|