Fix backtick block

This commit is contained in:
Alex D. 2023-01-18 09:06:12 +00:00
parent 5aa973d190
commit 4ece709e43
Signed by: caskd
GPG Key ID: E5AE8A47B8EFC7ED
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
pkgname=nnd-s6-services pkgname=nnd-s6-services
pkgver=2.5 pkgver=2.5
pkgrel=0 pkgrel=1
pkgdesc="Base services for s6" pkgdesc="Base services for s6"
depends="s6-rc s6-portable-utils s6-linux-utils" depends="s6-rc s6-portable-utils s6-linux-utils"
builddir="$srcdir/" builddir="$srcdir/"

View File

@ -1,5 +1,5 @@
#!/bin/execlineb -P #!/bin/execlineb -P
export DAEMON mds export DAEMON mds
backtick -D '0' ID hostname backtick -D '0' ID { hostname }
exec /usr/libexec/nnd/s6/ceph exec /usr/libexec/nnd/s6/ceph

View File

@ -1,5 +1,5 @@
#!/bin/execlineb -P #!/bin/execlineb -P
export DAEMON mgr export DAEMON mgr
backtick -D '0' ID hostname backtick -D '0' ID { hostname }
exec /usr/libexec/nnd/s6/ceph exec /usr/libexec/nnd/s6/ceph

View File

@ -1,5 +1,5 @@
#!/bin/execlineb -P #!/bin/execlineb -P
export DAEMON mon export DAEMON mon
backtick -D '0' ID hostname backtick -D '0' ID { hostname }
exec /usr/libexec/nnd/s6/ceph exec /usr/libexec/nnd/s6/ceph