summarylogtreecommitdiffstats
path: root/nps.service
blob: d3518e0426a5e8b11bf6d510ebc3423f8f4b7fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Nps Server Service
After=network.target

[Service]
Type=simple
Restart=always
RestartSec=120
ExecStart=/usr/bin/nps service

[Install]
WantedBy=multi-user.target