Author: krejzi Date: Sun Mar 10 13:56:37 2013 New Revision: 11085 Log: Add systemd units
Added: trunk/bootscripts/systemd/ trunk/bootscripts/systemd/default/ trunk/bootscripts/systemd/default/dhcpd trunk/bootscripts/systemd/default/samba trunk/bootscripts/systemd/default/saslauthd trunk/bootscripts/systemd/default/slapd trunk/bootscripts/systemd/default/svnserve trunk/bootscripts/systemd/tmpfiles/ trunk/bootscripts/systemd/tmpfiles/httpd.conf trunk/bootscripts/systemd/tmpfiles/mysqld.conf trunk/bootscripts/systemd/tmpfiles/named.conf trunk/bootscripts/systemd/tmpfiles/nscd.conf trunk/bootscripts/systemd/tmpfiles/samba.conf trunk/bootscripts/systemd/tmpfiles/saslauthd.conf trunk/bootscripts/systemd/tmpfiles/sshd.conf trunk/bootscripts/systemd/tmpfiles/svnserve.conf trunk/bootscripts/systemd/units/ trunk/bootscripts/systemd/units/acpid.service trunk/bootscripts/systemd/units/acpid.socket trunk/bootscripts/systemd/units/dhcpd.service trunk/bootscripts/systemd/units/httpd.service trunk/bootscripts/systemd/units/kdm.service trunk/bootscripts/systemd/units/krb5-kadmind.service trunk/bootscripts/systemd/units/krb5-kdc.service trunk/bootscripts/systemd/units/krb5-kpropd.service trunk/bootscripts/systemd/units/mysqld.service trunk/bootscripts/systemd/units/named.service trunk/bootscripts/systemd/units/nmbd.service trunk/bootscripts/systemd/units/nscd.service trunk/bootscripts/systemd/units/ntpd.service trunk/bootscripts/systemd/units/postfix.service trunk/bootscripts/systemd/units/saslauthd.service trunk/bootscripts/systemd/units/slapd.service trunk/bootscripts/systemd/units/smbd.service trunk/bootscripts/systemd/units/smbd.socket trunk/bootscripts/systemd/units/sshd.service trunk/bootscripts/systemd/units/sshd.socket trunk/bootscripts/systemd/units/sshdat.service trunk/bootscripts/systemd/units/svnserve.service trunk/bootscripts/systemd/units/swat.socket trunk/bootscripts/systemd/units/swatat.service trunk/bootscripts/systemd/units/tor.service trunk/bootscripts/systemd/units/udisks.service trunk/bootscripts/systemd/units/winbindd.service Added: trunk/bootscripts/systemd/default/dhcpd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/default/dhcpd Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,12 @@ +# Begin /etc/default/dhcpd + +# On which interfaces should the DHCP Server (dhcpd) serve DHCP requests +# Separate multiple interfaces with spaces, e.g. "eth0 eth1". +# By default, dhcpd will listen on all available interfaces. In that +# case, use -4 or -6 in the DHCPD_OPTS below to listen on IPv4 or IPv6 +DHCPD_INTERFACES="" + +# Additional options that you want to pass to the DHCP Server Daemon +DHCPD_OPTS="" + +# End /etc/default/dhcpd Added: trunk/bootscripts/systemd/default/samba ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/default/samba Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,8 @@ +# Additional options to pass to nmbd command line +NMBD_OPTS= + +# Additional options to pass to smbd command line +SMBD_OPTS= + +# Additional options to pass to winbindd command line +WINBINDD_OPTS= Added: trunk/bootscripts/systemd/default/saslauthd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/default/saslauthd Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,36 @@ +# Begin /etc/default/saslauthd + +# Which authentication mechanisms should saslauthd use? (default: pam) +# +# Available options in this package: +# getpwent -- use the getpwent() library function +# kerberos5 -- use Kerberos 5 +# pam -- use PAM +# rimap -- use a remote IMAP server +# shadow -- use the local shadow password file +# sasldb -- use the local sasldb database file +# ldap -- use LDAP (configuration is in /etc/saslauthd.conf) +# +# Only one option may be used at a time. See the saslauthd man page +# for more information. +# +# Example: MECHANISMS="pam" +MECHANISMS="pam" + +# Additional options for this mechanism. (default: none) +# See the saslauthd man page for information about mech-specific options. +# Note: Specify "-O options" in the following variable or saslauthd will fail. +MECH_OPTIONS="" + +# How many saslauthd processes should we run? (default: 5) +# A value of 0 will fork a new process for each connection. +THREADS=5 + +# Other options (default: -c -m /var/run/saslauthd) +# Note: You MUST specify the -m option or saslauthd won't run! +# +# See the saslauthd man page and the output of 'saslauthd -h' for general +# information about these options. +SASLAUTHD_OPTS="-c -m /var/run/saslauthd" + +# End /etc/default/saslauthd Added: trunk/bootscripts/systemd/default/slapd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/default/slapd Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,17 @@ +# Begin /etc/default/slapd + +# slapd normally serves ldap only on all TCP-ports 389. slapd can also +# service requests on TCP-port 636 (ldaps) and requests via unix +# sockets. +# Example usage: +#SLAPD_SERVICES="ldap://127.0.0.1:389/ ldaps:/// ldapi:///" + +# Add any aditional options you want to pass to slapd command line. +# +# Use "-h $SLAPD_SERVICES" in the SLAPD_OPTS below if you have +# uncommented and modified SLAPD_SERVICES line above. +# +# See man 8 slapd for more information. +SLAPD_OPTS="" + +# End /etc/default/slapd Added: trunk/bootscripts/systemd/default/svnserve ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/default/svnserve Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,8 @@ +# Begin /etc/default/svnserve + +# Additional options to pass to svnserve command line +# +# Example: -r /srv/svn/repositories +SVNSERVE_OPTS="" + +# End /etc/default/svnserve Added: trunk/bootscripts/systemd/tmpfiles/httpd.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/tmpfiles/httpd.conf Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1 @@ +d /run/httpd 755 root root - Added: trunk/bootscripts/systemd/tmpfiles/mysqld.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/tmpfiles/mysqld.conf Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1 @@ +d /run/mysqld 0755 mysql mysql - Added: trunk/bootscripts/systemd/tmpfiles/named.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/tmpfiles/named.conf Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1 @@ +d /run/named 0750 named named - Added: trunk/bootscripts/systemd/tmpfiles/nscd.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/tmpfiles/nscd.conf Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,2 @@ +d /run/nscd 755 root root - + Added: trunk/bootscripts/systemd/tmpfiles/samba.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/tmpfiles/samba.conf Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,2 @@ +d /run/samba 755 root root - +d /run/samba/winbindd_privileged 750 root winbindd_priv - Added: trunk/bootscripts/systemd/tmpfiles/saslauthd.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/tmpfiles/saslauthd.conf Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1 @@ +d /run/saslauthd 710 root root - Added: trunk/bootscripts/systemd/tmpfiles/sshd.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/tmpfiles/sshd.conf Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1 @@ +d /run/sshd 755 root root - Added: trunk/bootscripts/systemd/tmpfiles/svnserve.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/tmpfiles/svnserve.conf Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1 @@ +d /run/svnserve 0700 root root - Added: trunk/bootscripts/systemd/units/acpid.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/acpid.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,7 @@ +[Unit] +Description=ACPI event daemon +Requires=acpid.socket + +[Service] +StandardInput=socket +ExecStart=/usr/sbin/acpid Added: trunk/bootscripts/systemd/units/acpid.socket ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/acpid.socket Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,8 @@ +[Unit] +Description=ACPID Listen Socket + +[Socket] +ListenStream=/run/acpid.socket + +[Install] +WantedBy=sockets.target Added: trunk/bootscripts/systemd/units/dhcpd.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/dhcpd.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,13 @@ +[Unit] +Description=ISC DHCP Server +After=network.target + +[Service] +Type=forking +PIDFile=/run/dhcpd.pid +EnvironmentFile=/etc/default/dhcpd +ExecStart=/usr/sbin/dhcpd -pf /run/dhcpd.pid -q $DHCPD_OPTS $DHCPD_INTERFACES +KillSignal=SIGINT + +[Install] +WantedBy=multi-user.target Added: trunk/bootscripts/systemd/units/httpd.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/httpd.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,15 @@ +[Unit] +Description=Apache Web Server +After=network.target remote-fs.target nss-lookup.target + +[Service] +Type=forking +PIDFile=/run/httpd/httpd.pid +ExecStart=/usr/sbin/apachectl start +ExecStop=/usr/sbin/apachectl graceful-stop +ExecReload=/usr/sbin/apachectl graceful +PrivateTmp=true +LimitNOFILE=infinity + +[Install] +WantedBy=multi-user.target Added: trunk/bootscripts/systemd/units/kdm.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/kdm.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,9 @@ +[Unit] +Description=K Display Manager +After=systemd-user-sessions.service + +[Service] +ExecStart=/usr/bin/kdm -nodaemon + +[Install] +Alias=display-manager.service Added: trunk/bootscripts/systemd/units/krb5-kadmind.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/krb5-kadmind.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,8 @@ +[Unit] +Description=Kerberos 5 Administration Server + +[Service] +ExecStart=/usr/sbin/kadmind -nofork + +[Install] +WantedBy=multi-user.target Added: trunk/bootscripts/systemd/units/krb5-kdc.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/krb5-kdc.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,9 @@ +[Unit] +Description=Kerberos 5 KDC + +[Service] +ExecStart=/usr/sbin/krb5kdc -n +Restart=always + +[Install] +WantedBy=multi-user.target Added: trunk/bootscripts/systemd/units/krb5-kpropd.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/krb5-kpropd.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,8 @@ +[Unit] +Description=Kerberos 5 Propagation Server + +[Service] +ExecStart=/usr/sbin/kpropd -S + +[Install] +WantedBy=multi-user.target Added: trunk/bootscripts/systemd/units/mysqld.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/mysqld.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,13 @@ +[Unit] +Description=MySQL Server +After=network.target + +[Service] +User=mysql +Group=mysql +ExecStart=/usr/sbin/mysqld --pid-file=/run/mysqld/mysqld.pid +Restart=always +PrivateTmp=true + +[Install] +WantedBy=multi-user.target Added: trunk/bootscripts/systemd/units/named.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/named.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,11 @@ +[Unit] +Description=Internet domain name server +After=network.target + +[Service] +ExecStart=/usr/sbin/named -f -u named +ExecReload=/usr/sbin/rndc reload +ExecStop=/usr/sbin/rndc stop + +[Install] +WantedBy=multi-user.target Added: trunk/bootscripts/systemd/units/nmbd.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/nmbd.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,13 @@ +[Unit] +Description=Samba NetBIOS name server +After=network.target + +[Service] +Type=forking +EnvironmentFile=/etc/default/samba +PIDFile=/run/samba/nmbd.pid +ExecStart=/usr/sbin/nmbd -D $NMBD_OPTS +ExecReload=/bin/kill -HUP $MAINPID + +[Install] +WantedBy=multi-user.target Added: trunk/bootscripts/systemd/units/nscd.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/nscd.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,16 @@ +[Unit] +Description=Name Service Cache Daemon + +[Service] +Type=forking +ExecStart=/usr/sbin/nscd +ExecStop=/usr/sbin/nscd --shutdown +ExecReload=/usr/sbin/nscd -i passwd +ExecReload=/usr/sbin/nscd -i group +ExecReload=/usr/sbin/nscd -i hosts +ExecReload=/usr/sbin/nscd -i services +Restart=always +PIDFile=/run/nscd/nscd.pid + +[Install] +WantedBy=multi-user.target Added: trunk/bootscripts/systemd/units/ntpd.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/ntpd.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,13 @@ +[Unit] +Description=Network Time Protocol daemon +After=network.target nss-lookup.target + +[Service] +Type=forking +PrivateTmp=true +ExecStart=/usr/sbin/ntpd -g -u ntp:ntp +ControlGroup=cpu:/ + +[Install] +WantedBy=multi-user.target + Added: trunk/bootscripts/systemd/units/postfix.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/postfix.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,14 @@ +[Unit] +Description=Postfix Mail Transport Agent +After=network.target + +[Service] +Type=forking +PIDFile=/var/spool/postfix/pid/master.pid +ExecStart=/usr/sbin/postfix start +ExecStop=/usr/sbin/postfix stop +ExecReload=/usr/sbin/postfix reload +Restart=always + +[Install] +WantedBy=multi-user.target Added: trunk/bootscripts/systemd/units/saslauthd.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/saslauthd.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,11 @@ +[Unit] +Description=Cyrus SASL authentication daemon + +[Service] +Type=forking +EnvironmentFile=/etc/default/saslauthd +ExecStart=/usr/sbin/saslauthd -a $MECHANISMS -n $THREADS $MECH_OPTIONS $SASLAUTHD_OPTS +PidFile=/run/saslauthd/saslauthd.pid + +[Install] +WantedBy=multi-user.target Added: trunk/bootscripts/systemd/units/slapd.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/slapd.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,11 @@ +[Unit] +Description=OpenLDAP server daemon +After=network.target + +[Service] +Type=forking +EnvironmentFile=/etc/default/slapd +ExecStart=/usr/sbin/slapd $SLAPD_OPTS + +[Install] +WantedBy=multi-user.target Added: trunk/bootscripts/systemd/units/smbd.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/smbd.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,13 @@ +[Unit] +Description=Samba SMB/CIFS server +After=network.target nmbd.service winbindd.service + +[Service] +Type=forking +EnvironmentFile=/etc/default/samba +PIDFile=/run/samba/smbd.pid +ExecStart=/usr/sbin/smbd -D $SMBD_OPTS +ExecReload=/bin/kill -HUP $MAINPID + +[Install] +WantedBy=multi-user.target Added: trunk/bootscripts/systemd/units/smbd.socket ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/smbd.socket Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,9 @@ +[Unit] +Description=Samba SMB/CIFS server socket + +[Socket] +ListenStream=445 +Accept=yes + +[Install] +WantedBy=sockets.target Added: trunk/bootscripts/systemd/units/sshd.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/sshd.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,11 @@ +[Unit] +Description=OpenSSH Daemon + +[Service] +ExecStart=/usr/sbin/sshd -D +ExecReload=/bin/kill -HUP $MAINPID +KillMode=process +Restart=always + +[Install] +WantedBy=multi-user.target Added: trunk/bootscripts/systemd/units/sshd.socket ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/sshd.socket Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,9 @@ +[Unit] +Conflicts=sshd.service + +[Socket] +ListenStream=22 +Accept=yes + +[Install] +WantedBy=sockets.target Added: trunk/bootscripts/systemd/units/sshdat.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/sshdat.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,9 @@ +[Unit] +Description=SSH Per-Connection Server + +[Service] +ExecStart=/usr/sbin/sshd -i +StandardInput=socket +StandardError=syslog + +# Rename to [email protected] Added: trunk/bootscripts/systemd/units/svnserve.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/svnserve.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,11 @@ +[Unit] +Description=Subversion protocol daemon +After=network.target + +[Service] +Type=forking +EnvironmentFile=/etc/default/svnserve +ExecStart=/usr/bin/svnserve --daemon --pid-file=/run/svnserve/svnserve.pid $SVNSERVE_OPTS + +[Install] +WantedBy=multi-user.target Added: trunk/bootscripts/systemd/units/swat.socket ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/swat.socket Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,9 @@ +[Unit] +Description=SWAT Samba Web Admin Tool + +[Socket] +ListenStream=127.0.0.1:901 +Accept=true + +[Install] +WantedBy=sockets.target Added: trunk/bootscripts/systemd/units/swatat.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/swatat.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,9 @@ +[Unit] +Description=SWAT Samba Web Admin Tool +After=local-fs.target + +[Service] +ExecStart=/usr/sbin/swat +StandardInput=socket + +# Rename to [email protected] Added: trunk/bootscripts/systemd/units/tor.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/tor.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,12 @@ +[Unit] +Description=Anonymizing Overlay Network +After=network.target + +[Service] +Type=forking +ExecStart=/usr/bin/tor +ExecReload=/bin/kill -HUP $MAINPID +KillSignal=SIGINT + +[Install] +WantedBy=multi-user.target Added: trunk/bootscripts/systemd/units/udisks.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/udisks.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,8 @@ +[Unit] +Description=Disk Manager (legacy version) +Documentation=man:udisks(7) + +[Service] +Type=dbus +BusName=org.freedesktop.UDisks +ExecStart=/usr/lib/udisks/udisks-daemon --no-debug Added: trunk/bootscripts/systemd/units/winbindd.service ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/bootscripts/systemd/units/winbindd.service Sun Mar 10 13:56:37 2013 (r11085) @@ -0,0 +1,13 @@ +[Unit] +Description=Samba Winbind daemon +After=network.target nmbd.service + +[Service] +Type=forking +EnvironmentFile=/etc/default/samba +PIDFile=/run/samba/winbindd.pid +ExecStart=/usr/sbin/winbindd -D $WINBINDD_OPTS +ExecReload=/bin/kill -HUP $MAINPID + +[Install] +WantedBy=multi-user.target -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
