rDrama/services/opera-proxy.service

14 lines
242 B
INI
Raw Normal View History

2023-07-27 23:39:21 +00:00
[Unit]
Description = Opera Proxy
After = network-online.target
[Service]
Restart = on-failure
RestartSec = 30s
User = rdrama
Group = rdrama
2024-03-05 02:30:58 +00:00
ExecStart = /snap/bin/opera-proxy -country ${PROXY_LOCATION}
2023-07-27 23:39:21 +00:00
[Install]
WantedBy = multi-user.target