MarseyWorld/services/opera-proxy.service

15 lines
266 B
INI
Raw Permalink 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-10-27 20:40:37 +00:00
EnvironmentFile=/opera_country
ExecStart = /snap/bin/opera-proxy -country ${country}
2023-07-27 23:39:21 +00:00
[Install]
WantedBy = multi-user.target