Correction : /etc/sv/amavis/run : mkdir /run/amavis .
authorJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Thu, 28 Nov 2013 14:37:24 +0000 (15:37 +0100)
committerroot <root@ateliers.heureux-cyclage.org>
Thu, 28 Nov 2013 14:37:24 +0000 (15:37 +0100)
etc/sv/amavis/run

index 2f274c1..e7b896e 100755 (executable)
@@ -11,6 +11,9 @@ for dir in \
         fi
  done
 
+install -d -m 770 -o "$sv" -g "$sv" \
+ /run/amavis
+
 exec /usr/bin/chpst \
  -u "$sv":"$sv" \
  /usr/sbin/amavisd-new \