Am 02.04.2013 01:28, schrieb Tom Gundersen:
> That said, the fact that we are currently parsing /etc/sysctl.conf is
> not documented

and you broke it completly in Fedora 18 which is why the serivice
below exists to get "net.ipv4.ip_forward = 1" of sysctl.conf
assigend and let my routers still work as routers as also the
service is prepeared on any F17 machine to not break with the
Fedora 18 update

there are things which should not be touched for fun
sysctl.conf is one of them!


[root@srv-rhsoft:~]$ cat /etc/systemd/system/sysctl-post-network.service
[Unit]
Description=apply sysctl.conf after network
After=network.target network.service openvpn.service

[Service]
Type=oneshot
ExecStart=/usr/sbin/sysctl -p
RemainAfterExit=yes
StandardOutput=null

[Install]
WantedBy=multi-user.target



Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to