jeffa.io/www/server.bu

15 lines
346 B
Plaintext
Raw Normal View History

2023-05-19 13:32:14 +00:00
variant: fcos
version: 1.5.0
systemd:
units:
2023-08-24 06:48:56 +00:00
- name: hello.service
2023-05-19 13:32:14 +00:00
enabled: true
contents: |
[Unit]
2023-08-24 06:48:56 +00:00
Description=Run jeffa.io
2023-05-19 13:32:14 +00:00
[Service]
Type=oneshot
2023-08-24 06:48:56 +00:00
RemainAfterExit=no
ExecStart=/usr/bin/podman run git.jeffa.io/jeff/www.jeffa.io
2023-05-19 13:32:14 +00:00
[Install]
2023-08-24 06:48:56 +00:00
WantedBy=multi-user.target