blob: 38d553066a13bcdc80c8c06342db1ab0c2b92e3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Start Zephyr node on boot.
[Service]
Type=simple
ExecStart=/usr/bin/zephyrd --non-interactive
Restart=always
RestartSec=30
[Install]
WantedBy=default.target
|