From 29f3409ef4d0e0f8696b44b9b6fdd77707ae0ee9 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 7 May 2024 12:45:03 +0200 Subject: [PATCH] Make sure that the acct directory exists on bootup --- scripts/l2tpns-tmpfiles | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/l2tpns-tmpfiles diff --git a/scripts/l2tpns-tmpfiles b/scripts/l2tpns-tmpfiles new file mode 100644 index 0000000..39f7da4 --- /dev/null +++ b/scripts/l2tpns-tmpfiles @@ -0,0 +1,2 @@ +d /var/run/l2tpns 755 root root +d /var/run/l2tpns/acct 755 root root