Fix service file derp
This commit is contained in:
@@ -1104,7 +1104,7 @@ setDisplay() {
|
|||||||
# Pre-defined service name
|
# Pre-defined service name
|
||||||
#######################################
|
#######################################
|
||||||
setServiceVars() {
|
setServiceVars() {
|
||||||
debug "Running: ${FUNCNAME[0]}"
|
debug "Running: ${FUNCNAME[0]}" "$*"
|
||||||
|
|
||||||
declare -g SERVICE_NAME SERVICE_FNAME TIMER_NAME TIMER_FNAME
|
declare -g SERVICE_NAME SERVICE_FNAME TIMER_NAME TIMER_FNAME
|
||||||
declare -g USER_STRING DISPLAY_STRING GRAPHICAL_TARGET
|
declare -g USER_STRING DISPLAY_STRING GRAPHICAL_TARGET
|
||||||
@@ -1183,7 +1183,7 @@ service_jriver-mediacenter() {
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
$USER_STRING
|
$USER_STRING
|
||||||
$DISPLAY_STRING
|
$DISPLAY_STRING
|
||||||
Type=simple
|
Type=simple
|
||||||
Environment=DISPLAY=$DISPLAY
|
Environment=DISPLAY=$DISPLAY
|
||||||
Environment=XAUTHORITY=$XAUTHORITY
|
Environment=XAUTHORITY=$XAUTHORITY
|
||||||
|
|||||||
Reference in New Issue
Block a user