Files
reproxy/reproxy.service
T

14 lines
255 B
Desktop File
Raw Normal View History

2021-04-05 13:33:58 -05:00
[Unit]
Description=Reverse proxy service
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User=root
2021-04-07 21:52:14 -05:00
ExecStart=/usr/bin/reproxy --file.enabled --file.name=/etc/reproxy.yml
2021-04-05 13:33:58 -05:00
[Install]
WantedBy=multi-user.target