File: weborf_auth.service

package info (click to toggle)
weborf 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,152 kB
  • sloc: sh: 5,272; ansic: 3,505; python: 762; makefile: 119; xml: 44
file content (28 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (4)
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
[Install]
WantedBy=multi-user.target

[Unit]
Description=Weborf auth daemon

[Service]
InaccessiblePaths=/var
InaccessiblePaths=-/srv
ProtectSystem=strict
ProtectHome=true
PrivateDevices=true
PrivateUsers=true
NoNewPrivileges=true
RestrictAddressFamilies=AF_UNIX
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectControlGroups=true
PrivateTmp=true
Type=simple
Restart=always
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=weborf_auth
ExecStart=/usr/local/bin/auth.py
RuntimeDirectory=weborf
User=www-data
Group=www-data