mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 23:53:18 +02:00
11 lines
198 B
Plaintext
11 lines
198 B
Plaintext
![]() |
[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
|