diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-09-08 15:15:01 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-09-08 15:15:01 +0000 |
| commit | bf5d676446495eb127aabbf3781c1ddc2002a315 (patch) | |
| tree | 281303d57d39a2d59d96d9cf00aeb87f9574af69 /dbus/run | |
| parent | 234bc4e70b050eadf18054050546606ad22ac74a (diff) | |
| download | alicelinux-bf5d676446495eb127aabbf3781c1ddc2002a315.tar.gz alicelinux-bf5d676446495eb127aabbf3781c1ddc2002a315.zip | |
Woodpecker CI 6e25ae12ade87673b43442e2d271a9e0f92a8837 [SKIP CI]
Diffstat (limited to 'dbus/run')
| -rwxr-xr-x | dbus/run | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ #!/bin/sh +exec 2>&1 [ ! -d /run/dbus ] && install -m755 -g 18 -o 18 -d /run/dbus exec dbus-daemon --system --nofork --nopidfile |