Am 22.11.2013 11:35, schrieb Stefan G. Weichinger: > What about that part with "but reception only permitted for PID 0" ? > > The unitfile is rather simple ... I will see if I can dig up something > more special.
Successful with another unit-file, like found at https://bugzilla.redhat.com/show_bug.cgi?id=656886 Right now I have: # cat aiccu.service [Unit] Description=Automatic IPv6 Connectivity Client Utility After=iptables.service ip6tables.service network.service NetworkManager.service NetworkManager-wait-online.service Before=network.target ConditionPathExists=/etc/aiccu.conf [Service] EnvironmentFile=-/etc/aiccu.conf ExecStart=/usr/sbin/aiccu start ExecStop=/usr/sbin/aiccu stop Type=forking PIDFile=/var/run/aiccu.pid [Install] WantedBy=multi-user.target And it works. So I should maybe file a bug for this ... Stefan