floppym 14/09/28 18:12:51 Added: nsd.service Log: Version bumps, remove old. Install systemd unit, bug 522290. Move user creation to pkg_postinst for improved binpkg handling. (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.1 net-dns/nsd/files/nsd.service file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/nsd/files/nsd.service?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/nsd/files/nsd.service?rev=1.1&content-type=text/plain Index: nsd.service =================================================================== [Unit] Description=NSD authoritative DNS server Wants=network.target After=network.target [Service] Type=forking ExecStartPre=/usr/bin/install -d -o nsd -g nsd /run/nsd ExecStart=/usr/sbin/nsd KillMode=mixed PIDFile=/run/nsd/nsd.pid [Install] WantedBy=multi-user.target
