Skip to content

Commit

Permalink
Merge pull request #50 from CPtung/develop
Browse files Browse the repository at this point in the history
3.2.4
  • Loading branch information
lwindg authored Apr 23, 2018
2 parents 034f63b + a263b0e commit aaacd11
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build-deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
sanji-bundle-dhcpd (3.2.4) unstable; urgency=low

* fix: add Restart=always in dhcpd.service.

-- JustinCP Tung <[email protected]> Sun, 22 Apr 2018 09:02:32 +0800

sanji-bundle-dhcpd (3.2.3) unstable; urgency=low

* fix: remove isc-dhcp-client deps which changed adding to sanji-bundle-ethernet.
Expand Down
2 changes: 1 addition & 1 deletion bundle.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dhcpd",
"version": "3.2.3",
"version": "3.2.4",
"author": "Zack YL Shih",
"email": "[email protected]",
"description": "Handles the DHCP Server configuration",
Expand Down
1 change: 1 addition & 0 deletions dhcpd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ class DHCPD(Model):
[Service]
ExecStart = /usr/sbin/dhcpd -q -d --no-pid -cf /etc/dhcp/dhcpd-{}.conf {}
Restart = always
[Install]
WantedBy = multi-user.target
Expand Down

0 comments on commit aaacd11

Please sign in to comment.