summarylogtreecommitdiffstats
path: root/crate.service
blob: af3d04a60f23f2f1f6d0f3520520cbecd1097a07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Crate.IO Database Server
After=network.target

[Service]
User=crate
EnvironmentFile=-/etc/conf.d/crate
ExecStart=/usr/share/crate/bin/crate -Des.path.conf=/etc/crate -Des.path.home=/usr/share/crate -Des.path.logs=/var/log/crate -Des.path.work=/var/lib/crate

LimitMEMLOCK=infinity
LimitNOFILE=65535

[Install]
WantedBy=multi-user.target