diff options
| author | Ondřej Surý <ondrej@sury.org> | 2020-07-03 12:46:46 +0200 | 
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2020-09-26 09:22:23 +0200 | 
| commit | 322c00824a6568114bf4948bf2b115a21bd85785 (patch) | |
| tree | 0976983841d6649947c73df0fd115e62b7cd6a61 /debian/frr.conf | |
| parent | 1446c82c1b372fac6b04aa3011e6ad20d1a10b62 (diff) | |
Use dh_installinit capabilities to install frr.tmpfile
The debian/frr.conf was manually installed as systemd-tmpfiles configuration,
but the dh_installinit now has capability to install it automatically if named
debian/frr.tmpfile.
Signed-off-by: Ondřej Surý <ondrej@sury.org>
Diffstat (limited to 'debian/frr.conf')
| -rw-r--r-- | debian/frr.conf | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/frr.conf b/debian/frr.conf deleted file mode 100644 index dee3cd849a..0000000000 --- a/debian/frr.conf +++ /dev/null @@ -1,2 +0,0 @@ -# Create the /run/frr directory at boot or from systemd-tmpfiles on install -d /run/frr 0755 frr frr  | 
