feat: initial commit
This commit is contained in:
commit
38f495e3f4
457 changed files with 40577 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=GarageHQ WebUI
|
||||
Wants=basic.target
|
||||
After=basic.target network.target
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/opt/garage-webui
|
||||
Environment="CONFIG_PATH=/opt/garage/garage.toml"
|
||||
ExecStart=/opt/garage-webui/webui
|
||||
KillMode=process
|
||||
Restart=on-failure
|
||||
RestartSec=30s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue