docs: new root as prior history lost (orphan + GC); ~215 commits not recoverable
This commit is contained in:
commit
96961f23f5
268 changed files with 24161 additions and 0 deletions
21
configs/castopod/container-koopa-castopod-mariadb.service
Normal file
21
configs/castopod/container-koopa-castopod-mariadb.service
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# user systemd — MariaDB for Castopod
|
||||
[Unit]
|
||||
Description=Castopod MariaDB (koopa-castopod-mariadb)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
RequiresMountsFor=%t/containers
|
||||
|
||||
[Service]
|
||||
Environment=PODMAN_SYSTEMD_UNIT=%n
|
||||
Restart=on-failure
|
||||
RestartSec=15
|
||||
TimeoutStartSec=300
|
||||
TimeoutStopSec=70
|
||||
WorkingDirectory=/home/hernani/koopa-castopod
|
||||
ExecStart=/usr/bin/podman-compose up -d mariadb
|
||||
ExecStop=/usr/bin/podman stop -t 30 koopa-castopod-mariadb
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue