You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/resources/com/typesafe/sbt/packager/archetypes/java_server/systemloader/systemv/start-debian-template
+5-1
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,17 @@ if [ -z "$DAEMON_USER" ]; then
Copy file name to clipboardexpand all lines: src/main/resources/com/typesafe/sbt/packager/archetypes/java_server/systemloader/systemv/start-rpm-template
+5-1
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,10 @@ if [ -z "$DAEMON_USER" ]; then
38
38
DAEMON_USER=${{daemon_user}}
39
39
fi
40
40
41
+
if [ -z"$DAEMON_GROUP" ];then
42
+
DAEMON_GROUP=${{daemon_group}}
43
+
fi
44
+
41
45
42
46
# smb could define some additional options in $RUN_OPTS
0 commit comments