diff options
Diffstat (limited to 'pkg/deb/Makefile')
-rw-r--r-- | pkg/deb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/deb/Makefile b/pkg/deb/Makefile index 3a77d7ef..ce16068d 100644 --- a/pkg/deb/Makefile +++ b/pkg/deb/Makefile @@ -154,7 +154,9 @@ CONFIGURE_ARGS_COMMON=\ --prefix=/usr \ --statedir=/var/lib/unit \ --control="unix:/var/run/control.unit.sock" \ + --runstatedir=/var/run \ --pid=/var/run/unit.pid \ + --logdir=/var/log \ --log=/var/log/unit.log \ --tmpdir=/var/tmp \ --user=unit \ |