Skip to content

Commit 9b0a21f

Browse files
committed
zeronsd 0.4.2
Fixes a number of building issues as well as tests Signed-off-by: Erik Hollensbe <git@hollensbe.org>
1 parent c1b48fc commit 9b0a21f

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zeronsd"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Erik Hollensbe <linux@hollensbe.org>", "Adam Ierymenko <adam.ierymenko@zerotier.com>"]
55
description = "Unicast DNS resolver for ZeroTier networks"
66
homepage = "https://github.com/zerotier/zeronsd"

testdata/supervise/systemd/basic.unit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ After=zerotier-one.service
88
Type=simple
99
ExecStart=zeronsd start -t /proc/cpuinfo 1234567891011121
1010
TimeoutStopSec=30
11+
Restart=always
1112

1213
[Install]
1314
WantedBy=default.target

testdata/supervise/systemd/with-filled-in-properties.unit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ After=zerotier-one.service
88
Type=simple
99
ExecStart=zeronsd start -t /proc/cpuinfo -w -s /var/lib/zerotier-one/authtoken.secret -f /etc/hosts -d zerotier 1234567891011121
1010
TimeoutStopSec=30
11+
Restart=always
1112

1213
[Install]
1314
WantedBy=default.target

0 commit comments

Comments
 (0)