https://bugzilla.novell.com/show_bug.cgi?id=853384 https://bugzilla.novell.com/show_bug.cgi?id=853384#c2 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |systemd-maintainers@suse.de | |, werner@suse.com AssignedTo|systemd-maintainers@suse.de |draht@suse.com --- Comment #2 from Dr. Werner Fink <werner@suse.com> 2013-12-04 13:44:12 UTC --- (In reply to comment #1) Why do you think that systemd is suitable for reading and interpreting /etc/sysconfig/arpwatch ? rpm -qf /usr/lib/systemd/system/arpwatch.service arpwatch-2.1a15-154.30.i586 and with this I get osc maintainer arpwatch --email draht@suse.com IMHO you may do your own home work ;)
From /usr/lib/systemd/system/arpwatch.service I see
[Unit] Description=Arpwatch daemon which keeps track of ethernet/ip address pairings After=syslog.target network.target [Service] Type=forking EnvironmentFile=-/etc/sysconfig/arpwatch/sysconfig.arpwatch PrivateTmp=yes ExecStart=/usr/sbin/arpwatch $OPTIONS [Install] WantedBy=multi-user.target and if /usr/sbin/arpwatch does not read the configuration file then the service file or the configuration file is broken. Please note that the configuration file is not a shell script but a ascii file where the variables are read line by line (-> systemd.exec(5)) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.