ansible/roles/google_spell_pspell/files/google-spell-pspell-container.service

16 lines
417 B
Desktop File

[Unit]
Description=google-spell-pspell Container
Wants=network-online.target
After=network-online.target
[Service]
User=pspell
ExecStart=/usr/bin/podman run \
--rm -p 127.0.0.1:8010:80 \
--name google-spell-pspell \
google-spell-pspell:latest
ExecStop=/usr/bin/podman stop --ignore google-spell-pspell
ExecStopPost=/usr/bin/podman rm -f --ignore google-spell-pspell
[Install]
WantedBy=multi-user.target