diff options
author | Bernhard Tittelbach <service-anytun@tittelbach.org> | 2015-01-16 00:39:12 +0000 |
---|---|---|
committer | Bernhard Tittelbach <service-anytun@tittelbach.org> | 2015-01-16 00:39:12 +0000 |
commit | 1787feced35c3395b55779678361176a935d8666 (patch) | |
tree | b214865eb0fa775b18667c48644342f847d84f40 /etc | |
parent | systemd support (--with-systemd) (config/install script untested) (diff) |
let systemd create /run dirs and a fix
Diffstat (limited to 'etc')
-rw-r--r-- | etc/tmpfiles.d/anytun.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/tmpfiles.d/anytun.conf b/etc/tmpfiles.d/anytun.conf new file mode 100644 index 0000000..6ae8af5 --- /dev/null +++ b/etc/tmpfiles.d/anytun.conf @@ -0,0 +1,2 @@ +/run/anytun-controld 0700 anytun anytun - +/run/anytun/ 0700 anytun anytun - |