16 lines
319 B
Plaintext
16 lines
319 B
Plaintext
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
|