14 lines
No EOL
272 B
Text
14 lines
No EOL
272 B
Text
[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 |