summarylogtreecommitdiffstats
path: root/PanIndex.service
blob: 6c57189368a935c2f4c7a720659b793e127cb1b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=PanIndex Service
Documentation=https://libsgh.github.io/PanIndex/
After=network.target
[Service]
User=root
WorkingDirectory=/etc/PanIndex
ExecStart=/usr/bin/PanIndex -c=/etc/PanIndex/config.json
Restart=on-failure
RestartPreventExitStatus=23
LimitNPROC=10000
LimitNOFILE=1000000
[Install]
WantedBy=multi-user.target