summarylogtreecommitdiffstats
path: root/nrserver.service
diff options
context:
space:
mode:
Diffstat (limited to 'nrserver.service')
-rw-r--r--nrserver.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/nrserver.service b/nrserver.service
new file mode 100644
index 000000000000..d9c500d38452
--- /dev/null
+++ b/nrserver.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=NeoRouter Server
+After=network.target
+
+[Service]
+Type=simple
+WorkingDirectory=/usr/local/ZebraNetworkSystems/NeoRouter
+ExecStart=/usr/bin/nrserver
+Restart=always
+
+[Install]
+WantedBy=multi-user.target