summarylogtreecommitdiffstats
path: root/sstp-server@.service
blob: 064939b9242d7c1e2f6d6b9a599a92029a9ed460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=A Secure Socket Tunneling Protocol (SSTP) server.
After=network.target

[Service]
Restart=on-failure

Environment=PYTHONOPTIMIZE=1
ExecStart=/usr/bin/sstpd -f /etc/sstp-server.ini -s %i

PrivateTmp=true
DevicePolicy=closed
DeviceAllow=char-ppp rw
ProtectHome=true
ProtectSystem=full

[Install]
WantedBy=network.target