blob: c91f4b75cb4c0c580428228034407c1c42088e12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[Unit]
Description=Opera VPN proxy
Documentation=https://github.com/Snawoot/opera-proxy
After=network.target network-online.target
Requires=network-online.target
[Service]
EnvironmentFile=/etc/default/opera-proxy
DynamicUser=yes
ExecStart=/usr/bin/opera-proxy $OPTIONS
TimeoutStopSec=5s
LimitNOFILE=1048576
LimitNPROC=512
PrivateTmp=true
ProtectSystem=full
[Install]
WantedBy=default.target
|