feat: add garage roles and servers

This commit is contained in:
VC
2024-07-05 11:53:28 +02:00
parent 1b44cd5bc5
commit 2eda1a3bd1
11 changed files with 113 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description=Garage Data Store
After=network-online.target
Wants=network-online.target
[Service]
Environment='RUST_LOG=garage=info' 'RUST_BACKTRACE=1'
ExecStart=/usr/local/bin/garage server
StateDirectory=garage
DynamicUser=true
ProtectHome=true
NoNewPrivileges=true
[Install]
WantedBy=multi-user.target