summarylogtreecommitdiffstats
path: root/lanyus-reverse-proxy.service
blob: 211578bbab2381984987c8aa59b14467c65e2505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Lanyus reverse proxy
After=network.target network-online.target
Wants=network-online.target

[Service]
Type=simple
Restart=on-failure
RestartSec=10
ExecStart=/opt/lanyus-reverse-proxy/reverse-proxy

StandardOutput=syslog
StandardError=syslog

[Install]
WantedBy=multi-user.target