Release v0.3.3

This commit is contained in:
Sukchan Lee 2018-02-13 04:50:34 +00:00
parent 926e73e87d
commit c9b4a20223
2 changed files with 13 additions and 1 deletions

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
nextepc (0.3.3-3~artful) artful; urgency=medium
* Support Docker
-- Sukchan Lee <acetcom@gmail.com> Tue, 13 Feb 2018 04:47:43 +0000
nextepc (0.3.3-3~xenial) xenial; urgency=medium
* Support Docker
-- Sukchan Lee <acetcom@gmail.com> Tue, 13 Feb 2018 04:44:47 +0000
nextepc (0.3.3-2~xenial) xenial; urgency=medium
* Minor bug fixes

View File

@ -24,7 +24,7 @@ case "$1" in
echo "net.ipv6.conf.all.disable_ipv6=0" > /etc/sysctl.d/30-nextepc.conf
sysctl -p /etc/sysctl.d/30-nextepc.conf
fi
if [ ! -L /etc/systemd/system/multi-user.target.wants/systemd-networkd.service ]; then
if test "x`systemctl is-enabled systemd-networkd`" = xdisabled; then
systemctl enable systemd-networkd
fi
deb-systemd-invoke restart systemd-networkd