From d2a3586294de58d576c5dfd67d6654c34ccddfd9 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Sun, 16 Dec 2018 09:19:44 +0000 Subject: Make `/etc/runit/runsvdir/default' directory part of package, providing runscript. --- dh_runit | 1 + 1 file changed, 1 insertion(+) (limited to 'dh_runit') diff --git a/dh_runit b/dh_runit index a3e512b..a699692 100755 --- a/dh_runit +++ b/dh_runit @@ -71,6 +71,7 @@ PKG: foreach my $pkg (@{$dh{DOPACKAGES}}) { make_symlink("/etc/sv/$name/supervise", "/var/lib/runit/supervise/$name", $tmp); install_dir("$tmp/var/lib/runit/supervise/$name"); + install_dir("$tmp/etc/runit/runsvdir/default"); my $substitutions = { NAME => $name, -- cgit v1.2.3