File phreebird.service of Package phreebird
# (C) 2011 Peter Conrad <conrad@quisquis.de> # # This file is licensed under the terms of the # GNU General Public License Version 2. A copy of these terms should be # enclosed as "COPYING" in the package containing this file. [Unit] Description=Authoritative DNS forwarder After=local-fs.target ConditionPathExists=/etc/phreebird/phreebird.keys [Install] WantedBy=multiuser.target Also=phreebird.socket [Service] Environment=PATH= EnvironmentFile=/etc/sysconfig/phreebird WorkingDirectory=/etc/phreebird User=named ExecStart=/usr/sbin/phreebird -k phreebird.keys $PHREEBIRD_OPTS StandardInput=null StandardOutput=syslog StandardError=syslog SyslogFacility=daemon SyslogIdentifier=phreebird SyslogLevel=warning SyslogLevelPrefix=true