summarylogtreecommitdiffstats
path: root/docspell-joex.service
blob: 090f723ca085c1e58d324c4638d8a4f948c6d8c8 (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
38
39
40
41
42
43
44
45
[Unit]
Description=Docspell job executer
Requires=network.target

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

# Sandboxing features
# https://github.com/alegrey91/systemd-service-hardening#getting-started
# https://gist.github.com/ageis/f5595e59b1cddb1513d1b425a323db04
CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_DAC_READ_SEARCH
DevicePolicy=closed
IPAddressAllow=192.168.1.0/24
LockPersonality=yes
#MemoryDenyWriteExecute=yes
NoNewPrivileges=yes
PrivateDevices=yes
PrivateTmp=yes
PrivateUsers=yes
ProtectControlGroups=yes
ProtectHome=yes
ProtectHostname=yes
ProtectKernelLogs=yes
ProtectKernelModules=yes
ProtectKernelTunables=yes
ProtectSystem=strict
ReadWritePaths=/var/lib/docspell
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK
RestrictNamespaces=net
RestrictRealtime=yes
RestrictSUIDSGID=yes

[Install]
WantedBy=multi-user.target