summarylogtreecommitdiffstats
path: root/openelp.service
blob: a1fb67cacace05d25f5b43cd1c440e8a942baf5a (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
[Unit]
Description=Open Source EchoLink Proxy
After=network.target nss-lookup.target
ConditionPathExists=/etc/ELProxy.conf

[Service]
PrivateTmp=true
PrivateUsers=true
ProtectSystem=strict
ProtectHome=true
PrivateDevices=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
RestrictNamespaces=true
NoNewPrivileges=true
MemoryDenyWriteExecute=true
LockPersonality=true
SystemCallFilter=@system-service
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
ProtectHostname=true

Type=forking

User=openelp
Group=openelp
ExecStart=/usr/bin/openelpd -S /etc/ELProxy.conf

[Install]
WantedBy=multi-user.target