Files

15 lines
263 B
Plaintext
Raw Permalink Normal View History

2021-05-22 03:54:49 -07:00
[Unit]
Description=zeronsd for network 1234567891011121
2021-06-15 12:34:23 -07:00
Requires=zerotier-one.service
After=zerotier-one.service
2021-05-22 03:54:49 -07:00
[Service]
Type=simple
ExecStart=zeronsd start -t /proc/cpuinfo 1234567891011121
TimeoutStopSec=30
2022-04-02 02:48:49 -07:00
Restart=always
2021-05-22 03:54:49 -07:00
[Install]
WantedBy=default.target