You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/dictd/files/dictd.service

11 lines
181 B

[Unit]
Description=Dictd Dictionary Server Daemon
After=network.target
[Service]
Type=forking
ExecStart=/usr/sbin/dictd --listen-to 127.0.0.1
[Install]
WantedBy=multi-user.target