1
0
mirror of https://github.com/umputun/reproxy.git synced 2024-11-16 20:25:52 +02:00
reproxy/reproxy.service
2021-04-07 21:52:14 -05:00

14 lines
255 B
Desktop File

[Unit]
Description=Reverse proxy service
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User=root
ExecStart=/usr/bin/reproxy --file.enabled --file.name=/etc/reproxy.yml
[Install]
WantedBy=multi-user.target