17 lines
367 B
Desktop File
17 lines
367 B
Desktop File
[Unit]
|
|
Description=Hermes Standby Restore — pull latest state from S3 before Hermes starts
|
|
Before=hermes.service
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
ExecStart=/root/.hermes/scripts/hermes-standby-restore.sh
|
|
RemainAfterExit=true
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|