summaryrefslogtreecommitdiffstats
path: root/files/etc/systemd/system/webmap-raster@.service
blob: 4947980ae5681c6b9299c608be72d15737303502 (plain)
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
[Unit]
Description=Webmap updater service (export ‘%I’ to COG)
After=webmap-update@%i.target
After=webmap-download@%i.service
Upholds=webmap-update@%i.target

[Service]
User=_webmap
Group=_webmap

Nice=15
IOSchedulingClass=idle

Type=oneshot
ExecStart=/usr/local/bin/webmap-import \
    --cachedir=%C/webmap \
    --lockfile=%t/lock/webmap/lock \
    --lockdir-sources=%t/lock/webmap/cache \
    --rasterdir=/var/www/webmap/raster/%I \
    --metadata-compress \
    -- %I

# Hardening
NoNewPrivileges=yes
ProtectHome=yes
ProtectSystem=strict
PrivateDevices=yes
ProtectControlGroups=yes
ProtectKernelModules=yes
ProtectKernelTunables=yes
RestrictAddressFamilies=none
ReadWritePaths=%t/lock/webmap
ReadWritePaths=/var/www/webmap/raster
PrivateTmp=yes

[Install]
WantedBy=webmap-update@%i.target