mirror of
https://github.com/zerotier/zeronsd.git
synced 2026-05-22 16:25:37 -07:00
9b0a21f2c8
Fixes a number of building issues as well as tests Signed-off-by: Erik Hollensbe <git@hollensbe.org>
15 lines
263 B
Plaintext
15 lines
263 B
Plaintext
|
|
[Unit]
|
|
Description=zeronsd for network 1234567891011121
|
|
Requires=zerotier-one.service
|
|
After=zerotier-one.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=zeronsd start -t /proc/cpuinfo 1234567891011121
|
|
TimeoutStopSec=30
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|