1
0
mirror of https://github.com/umputun/reproxy.git synced 2024-11-16 20:25:52 +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-08 04:52:14 +02:00
ExecStart=/usr/bin/reproxy --file.enabled --file.name=/etc/reproxy.yml
[Install]
WantedBy=multi-user.target