-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
lila-tablebase.service
39 lines (38 loc) · 1.37 KB
/
lila-tablebase.service
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[Unit]
Description=Tablebase server
After=network.target
[Service]
LimitNOFILE=83368
User=www-data
Group=www-data
Environment=RUST_LOG=info
ExecStart=/usr/local/bin/lila-tablebase \
--standard /home/hot-tables/standard/3-4-5-wdl \
--standard /home/hot-tables/standard/3-4-5-dtz-nr \
--standard /home/hot-tables/standard/6-wdl \
--standard /home/tables/standard/6-dtz-nr \
--standard /home/tables/standard/7/4v3_pawnful \
--standard /home/tables/standard/7/4v3_pawnless \
--standard /home/tables/standard/7/5v2_pawnful \
--standard /home/tables/standard/7/5v2_pawnless \
--standard /home/tables/standard/7/6v1_pawnful \
--standard /home/tables/standard/7/6v1_pawnless \
--gaviota /home/hot-tables/standard/Gaviota \
--atomic /home/tables/atomic/3-4-5 \
--atomic /home/tables/atomic/6-wdl \
--atomic /home/tables/atomic/6-dtz \
--antichess /home/tables/antichess/2-3-4-5-pawnless \
--antichess /home/tables/antichess/2-3-4-5-giveaway \
--antichess /home/tables/antichess/6-pawnless \
--antichess /home/tables/antichess/6-giveaway \
--antichess-tb /home/hot-tables/antichess/antichess-tb \
--hot-prefix /home/hot-tables/standard/6-dtz-nr \
--hot-prefix /home/hot-tables/standard/7
PrivateTmp=true
PrivateDevices=true
DevicePolicy=closed
ProtectSystem=full
ReadOnlyPaths=/home/tables /home/hot-tables
CapabilityBoundingSet=
NoNewPrivileges=true
Restart=always