Yu-Gi-Oh! Deck Building and Card Inventory Management web interface written in Common Lisp, utilizing HTMX.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
325B

  1. [Unit]
  2. Description=Deck Builder Service
  3. After=podman.service
  4. Requires=podman.service
  5. [Service]
  6. TimeoutStartSec=0
  7. Restart=always
  8. #ExecStartPre=-/usr/bin/podman stop %n
  9. #ExecStartPre=-/usr/bin/podman rm %n
  10. #ExecStartPre=/usr/bin/podman pull redis
  11. ExecStart=make -C /home/deck/ docker-run
  12. [Install]
  13. WantedBy=multi-user.target