summarylogtreecommitdiffstats
path: root/obfuscation-tunnel@.service
blob: 976df2079fac21c6be8fb3b775919e3efb099306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# /usr/lib/systemd/system/obfuscation-tunnel@.service
[Unit]
Description=Obfuscation-Tunnel service
After=network.target
Wants=network-online.target

[Service]
Type=simple
Restart=on-failure
DynamicUser=yes
PrivateTmp=yes
NoNewPrivileges=yes
#AmbientCapabilities=CAP_NET_BIND_SERVICE CAP_NET_ADMIN
ExecStart=/usr/lib/obfuscation-tunnel/obfuscation-tunnel-launcher /etc/obfuscation-tunnel/%i.conf

[Install]
WantedBy=multi-user.target