diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-22 17:30:26 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-22 17:30:26 +0100 |
commit | 1f940028f3bb9c56224955ea6f2d89289bb85c7c (patch) | |
tree | e5532586b4490a96a3f69417d7715f6bf082822f | |
parent | 3848e2f712ee8cd9b08c156a52d614c30b1aea20 (diff) | |
download | vyatta-cfg-1f940028f3bb9c56224955ea6f2d89289bb85c7c.tar.gz vyatta-cfg-1f940028f3bb9c56224955ea6f2d89289bb85c7c.zip |
Revert "systemd: mount bpf sysfs directory"
This reverts commit 3848e2f712ee8cd9b08c156a52d614c30b1aea20.
This shows on bootup:
[ 10.380956] systemd[1]: /lib/systemd/system/vyos-router.service:17:
Unknown section 'Mount'. Ignoring.
-rw-r--r-- | debian/vyatta-cfg.vyos-router.service | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/vyatta-cfg.vyos-router.service b/debian/vyatta-cfg.vyos-router.service index 8f40cdc..7a1638f 100644 --- a/debian/vyatta-cfg.vyos-router.service +++ b/debian/vyatta-cfg.vyos-router.service @@ -16,8 +16,3 @@ StandardOutput=journal+console [Install] WantedBy=vyos.target - -[Mount] -Where=/sys/fs/bpf -What=bpf -Type=bpf |