Skip to content

Commit

Permalink
fix: shorten service unit names
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Jan 20, 2024
1 parent f68487c commit aa1596c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description=Bluefin CLI, leveraging Wolfi to provide you brew
[Container]
Annotation=run.oci.keep_original_groups=1
AutoUpdate=registry
ContainerName=bluefin-cli-quadlet
ContainerName=bluefin
Environment=SHELL=%s
Environment=HOME=%h
Environment=XDG_RUNTIME_DIR=%t
Expand All @@ -13,7 +13,7 @@ Environment=USERNAME=%u
Environment=container=podman
Exec=--verbose --name %u --user %U --group %G --home %h --init "0" --nvidia "1" --pre-init-hooks " " --additional-packages " " -- " "
Image=ghcr.io/ublue-os/bluefin-cli:latest
HostName=bluefin-cli-quadlet.%l
HostName=bluefin.%l
Network=host
PodmanArgs=--entrypoint /usr/bin/entrypoint
PodmanArgs=--ipc host
Expand All @@ -38,4 +38,4 @@ Volume=/var/home/%u:/var/home/%u:rslave
Volume=%t:%t:rslave
Volume=/etc/hosts:/etc/hosts:ro
Volume=/etc/resolv.conf:/etc/resolv.conf:ro
Volume=bluefin-cli-linuxbrew.volume:/home/linuxbrew
Volume=bluefin-cli.volume:/home/linuxbrew
File renamed without changes.

0 comments on commit aa1596c

Please sign in to comment.