Merge pull request #15 from linuxserver/arch-dbus-execline

Fix execline path
This commit is contained in:
Roxedus 2022-07-17 00:36:41 +02:00 committed by GitHub
commit d2542cc2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/execlineb -P
#! /usr/bin/execlineb -P
# Redirect stderr to stdout.
fdmove -c 2 1

View File

@ -1,4 +1,4 @@
#!/bin/execlineb -P
#! /usr/bin/execlineb -P
# Move stderr to out so it's piped to logger
fdmove -c 2 1