File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,9 @@ CONFIGURE_ARGS_COMMON=\
154
154
--prefix=/usr \
155
155
--statedir=/var/lib/unit \
156
156
--control="unix:/var/run/control.unit.sock" \
157
+ --runstatedir=/var/run \
157
158
--pid=/var/run/unit.pid \
159
+ --logdir=/var/log \
158
160
--log=/var/log/unit.log \
159
161
--tmpdir=/var/tmp \
160
162
--user=unit \
Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ RUN set -ex \
22
22
&& CONFIGURE_ARGS_MODULES="--prefix=/usr \
23
23
--statedir=/var/lib/unit \
24
24
--control=unix:/var/run/control.unit.sock \
25
+ --runstatedir=/var/run \
25
26
--pid=/var/run/unit.pid \
27
+ --logdir=/var/log \
26
28
--log=/var/log/unit.log \
27
29
--tmpdir=/var/tmp \
28
30
--user=unit \
Original file line number Diff line number Diff line change @@ -128,7 +128,9 @@ CONFIGURE_ARGS_COMMON=\
128
128
--prefix=/usr \
129
129
--statedir=%{_sharedstatedir}/unit \
130
130
--control="unix:/var/run/unit/control.sock" \
131
+ --runstatedir=/var/run \
131
132
--pid=/var/run/unit/unit.pid \
133
+ --logdir=/var/log \
132
134
--log=/var/log/unit/unit.log \
133
135
--tmpdir=/var/tmp \
134
136
--user=unit \
You can’t perform that action at this time.
0 commit comments