Skip to content

Commit

Permalink
apps: base: workstation: Create /dev/log symlink.
Browse files Browse the repository at this point in the history
Try to avoid syslogd hang.
  • Loading branch information
wigust committed Dec 24, 2024
1 parent b720ecf commit 87a89c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/base/workstation/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ spec:
containers:
- image: harbor.home.wugi.info/library/guix-image-workstation:latest
name: guix
command:
- /gnu/store/x3mwr9npmxdmdzgql0gif1ry8xdlfmis-bash-5.1.16/bin/sh
args:
- -c
- |
/gnu/store/kydxw3b2drfqcnafs2bdkpgs6i0jfkq7-coreutils-9.1/bin/ln -s /run/dev-log /dev/log
exec /gnu/store/vl55r8m4h0a2zw0hpfziijybvji21062-guile-3.0.9/bin/guile --no-auto-compile /gnu/store/kmv7ny45x2xirqz0y5pha8jm4v02h0lq-shepherd-1.0.0/bin/shepherd --config /gnu/store/phqd37a0ph4szcmsc5mh9a9r8vl4n6kj-shepherd.conf
ports:
- containerPort: 5353
name: avahi
Expand Down

0 comments on commit 87a89c5

Please sign in to comment.