blob: 863dcfaa0e33dc3035e7407e61622b73a04d5ee8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[Unit]
Description=dolmetschctl Server
StartLimitBurst=10
StartLimitIntervalSec=5s
[Service]
ExecStart=/opt/dolmetschctl/dolmetschctld
Restart=always
RestartSec=1s
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
NoNewPrivileges=yes
PrivateTmp=yes
ProtectSystem=strict
ProtectHome=yes
ProtectKernelTunables=yes
ProtectControlGroups=yes
RestrictRealtime=yes
RestrictAddressFamilies=AF_INET AF_INET6
[Install]
WantedBy=multi-user.target
|