jeffa.io/www/server.bu

16 lines
319 B
Plaintext
Raw Normal View History

2023-05-19 13:32:14 +00:00
variant: fcos
version: 1.5.0
systemd:
units:
- name: www_jeffa_io.service
enabled: true
contents: |
[Unit]
Description=caddy run
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=podman-compose up
[Install]
WantedBy=multi-user.target