summarylogtreecommitdiffstats
path: root/penpot-exporter.service
blob: 56bf7a4f25950a290621c4dc812050079616df2f (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
[Unit]
Description=penpot backend
After=penpot.service
After=redis.service

[Service]
Type=exec
User=penpot
WorkingDirectory=/var/lib/penpot
EnvironmentFile=-/etc/conf.d/penpot-exporter
ExecStart=/usr/bin/penpot-exporter
Restart=on-failure
RestartSec=30s

# Optional hardening to improve security
ReadWritePaths=/var/lib/penpot
NoNewPrivileges=yes
MemoryDenyWriteExecute=false
PrivateDevices=yes
PrivateTmp=yes
ProtectHome=yes
ProtectSystem=strict
ProtectControlGroups=true
RestrictSUIDSGID=true
RestrictRealtime=true
LockPersonality=true
ProtectKernelLogs=true
ProtectKernelTunables=true
ProtectHostname=true
ProtectKernelModules=true
PrivateUsers=true
ProtectClock=true
SystemCallArchitectures=native
SystemCallErrorNumber=EPERM
SystemCallFilter=@system-service

[Install]
WantedBy=multi-user.target