1
0
mirror of https://github.com/umputun/reproxy.git synced 2025-02-16 18:34:30 +02:00
reproxy/reproxy.service

14 lines
255 B
SYSTEMD
Raw Normal View History

[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
[Install]
WantedBy=multi-user.target