mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-03-26 19:03:08 +00:00
15 lines
434 B
Desktop File
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
|