mirror of
https://github.com/umputun/reproxy.git
synced 2024-11-16 20:25:52 +02:00
14 lines
255 B
Desktop File
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 |