summarylogtreecommitdiffstats
path: root/nrserver.service
blob: d9c500d38452eda90a52df72f51de8469699ac74 (plain)
1
2
3
4
5
6
7
8
9
10
11
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