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

[Service]
Type=simple
Restart=always
RestartSec=120
ExecStart=/usr/bin/npc -config=/etc/nps/npc.conf

[Install]
WantedBy=multi-user.target