mirror of
https://github.com/umputun/reproxy.git
synced 2024-11-23 17:51:32 +03:00
14 lines
234 B
SYSTEMD
14 lines
234 B
SYSTEMD
|
[Unit]
|
||
|
Description=Reverse proxy service
|
||
|
After=network.target
|
||
|
StartLimitIntervalSec=0
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Restart=always
|
||
|
RestartSec=1
|
||
|
User=root
|
||
|
ExecStart=/usr/bin/reproxy -f /etc/reproxy.yml -u
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|