summarylogtreecommitdiffstats
path: root/nrclient.service
diff options
context:
space:
mode:
authorLeonid Gnezdilov2016-06-23 14:40:00 +0300
committerLeonid Gnezdilov2016-06-23 14:40:00 +0300
commit4b3b5bd983020f02407bb8598139bbe9912d8a64 (patch)
tree1735552bee8f5714e1ab7f0dddd9d8df77f3a7d2 /nrclient.service
downloadaur-4b3b5bd983020f02407bb8598139bbe9912d8a64.tar.gz
New version
Diffstat (limited to 'nrclient.service')
-rw-r--r--nrclient.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/nrclient.service b/nrclient.service
new file mode 100644
index 000000000000..18d6d3e48aae
--- /dev/null
+++ b/nrclient.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=NeoRouter Client
+After=network.target
+
+[Service]
+Type=simple
+WorkingDirectory=/usr/local/ZebraNetworkSystems/NeoRouter
+ExecStart=/usr/bin/nrservice
+Restart=always
+
+[Install]
+WantedBy=multi-user.target