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
28
configs/tor/container-koopa-tor-relay.service
Normal file
28
configs/tor/container-koopa-tor-relay.service
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# container-koopa-tor-relay.service
|
||||
# Install on koopa as hernani:
|
||||
# mkdir -p ~/.config/systemd/user
|
||||
# cp configs/tor/container-koopa-tor-relay.service ~/.config/systemd/user/
|
||||
# systemctl --user daemon-reload
|
||||
# systemctl --user enable --now container-koopa-tor-relay.service
|
||||
# Requires: loginctl enable-linger hernani (root, once)
|
||||
#
|
||||
# autogenerated by Podman 5.8.3 (paths are host-specific; regenerate if container id changes)
|
||||
|
||||
[Unit]
|
||||
Description=Podman container-koopa-tor-relay.service
|
||||
Documentation=man:podman-generate-systemd(1)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
RequiresMountsFor=/run/user/1000/containers
|
||||
|
||||
[Service]
|
||||
Environment=PODMAN_SYSTEMD_UNIT=%n
|
||||
Restart=always
|
||||
TimeoutStopSec=70
|
||||
ExecStart=/usr/bin/podman start koopa-tor-relay
|
||||
ExecStop=/usr/bin/podman stop -t 10 koopa-tor-relay
|
||||
ExecStopPost=/usr/bin/podman stop -t 10 koopa-tor-relay
|
||||
Type=forking
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue