blob: 0e0308e7157c1aa03adf6aa83a8e3debd39b62af (
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/Alexey71/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
|