likwid/systemd/likwid-prod.service
Marco Allegretti f8d57eebd1 repo, docs, scripts, +1: modify 2 files, add 3 files
Verified changes:
- modify DEPLOYMENT.md
- modify docs/admin/opensuse-operator-kit.md
- add scripts/smoke-test.sh
- add systemd/likwid-demo.service
- add systemd/likwid-prod.service

Diffstat:
- 5 files changed, 184 insertions(+), 8 deletions(-)
2026-02-24 14:02:04 +01:00

15 lines
434 B
Desktop File

[Unit]
Description=Likwid production (podman compose)
Wants=network-online.target
After=network-online.target
[Service]
Type=oneshot
RemainAfterExit=yes
WorkingDirectory=%h/likwid
ExecStart=/usr/bin/podman compose --env-file compose/.env.production -f compose/production.yml up -d
ExecStop=/usr/bin/podman compose --env-file compose/.env.production -f compose/production.yml down
TimeoutStartSec=0
[Install]
WantedBy=default.target