Gentoo Archives: gentoo-user

From: "Stefan G. Weichinger" <lists@×××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] aiccu and systemd
Date: Fri, 22 Nov 2013 10:44:48
Message-Id: 528F3590.3090905@xunil.at
In Reply to: [gentoo-user] aiccu and systemd by "Stefan G. Weichinger"
1 Am 22.11.2013 11:35, schrieb Stefan G. Weichinger:
2
3 > What about that part with "but reception only permitted for PID 0" ?
4 >
5 > The unitfile is rather simple ... I will see if I can dig up something
6 > more special.
7
8 Successful with another unit-file, like found at
9
10 https://bugzilla.redhat.com/show_bug.cgi?id=656886
11
12 Right now I have:
13
14 # cat aiccu.service
15 [Unit]
16 Description=Automatic IPv6 Connectivity Client Utility
17 After=iptables.service ip6tables.service network.service
18 NetworkManager.service NetworkManager-wait-online.service
19 Before=network.target
20 ConditionPathExists=/etc/aiccu.conf
21
22 [Service]
23
24 EnvironmentFile=-/etc/aiccu.conf
25 ExecStart=/usr/sbin/aiccu start
26 ExecStop=/usr/sbin/aiccu stop
27 Type=forking
28 PIDFile=/var/run/aiccu.pid
29
30 [Install]
31 WantedBy=multi-user.target
32
33
34 And it works. So I should maybe file a bug for this ...
35
36 Stefan

Replies

Subject Author
Re: [gentoo-user] aiccu and systemd "Stefan G. Weichinger" <lists@×××××.at>