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

[Service]
Restart=on-failure

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

PrivateTmp=true
PrivateDevices=true
ProtectHome=true
ProtectSystem=full

[Install]
WantedBy=network.target