feat: initial commit

This commit is contained in:
amy 2025-04-01 17:40:03 +00:00
commit 38f495e3f4
457 changed files with 40577 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[Unit]
Description=GarageHQ
Wants=basic.target
After=basic.target network.target
[Service]
WorkingDirectory=/opt/garage
ExecStart=/opt/garage/garage -c /opt/garage/garage.toml server
KillMode=process
Restart=on-failure
RestartSec=30s
[Install]
WantedBy=multi-user.target