1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-30 09:03:24 +02:00
2022-08-19 16:00:17 +02:00

11 lines
198 B
Django/Jinja

[Unit]
Description=LINSTOR Gateway
After=network.target
[Service]
User=linstor-gateway
ExecStart=/usr/local/bin/linstor-gateway server --addr "127.0.0.1:8080"
[Install]
WantedBy=multi-user.target