summarylogtreecommitdiffstats
path: root/docspell-joex.service
blob: f330f596b4b4fff55ce676da8369085e04d6402a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Unit]
Description=docspell-joex
Requires=network.target

[Service]
Type=simple
WorkingDirectory=/var/lib/docspell
ExecStart=/usr/bin/docspell-joex
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
RestartSec=60
SuccessExitStatus=
TimeoutStopSec=5
User=docspell
Group=docspell
PermissionsStartOnly=true
LimitNOFILE=1024

[Install]
WantedBy=multi-user.target