File: tmpfiles

package info (click to toggle)
l2tpns 2.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,892 kB
  • sloc: ansic: 22,125; sh: 177; perl: 139; makefile: 132
file content (14 lines) | stat: -rw-r--r-- 436 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
commit 29f3409ef4d0e0f8696b44b9b6fdd77707ae0ee9
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue May 7 12:45:03 2024 +0200

    Make sure that the acct directory exists on bootup

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