mirror of
https://github.com/ovh/the-bastion.git
synced 2024-12-27 18:51:33 +08:00
13 lines
235 B
Desktop File
13 lines
235 B
Desktop File
[Unit]
|
|
Description=OVH::Bastion HTTP Proxy daemon
|
|
|
|
[Service]
|
|
ExecStart=/opt/bastion/bin/proxy/osh-http-proxy-daemon
|
|
KillMode=process
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
User=proxyhttp
|
|
Group=proxyhttp
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|