LINUX.ORG.RU

История изменений

Исправление Entmatix, (текущая версия) :

root@vps-test:~/.dotfiles-vps/nftables# ln -s /root/.dotfiles-vps/nftables/nftables.conf /etc/nftables.conf

root@vps-test:~/.dotfiles-vps/nftables# ll /etc/nftables.conf 
lrwxrwxrwx 1 root root 42 Sep 19 20:09 /etc/nftables.conf -> /root/.dotfiles-vps/nftables/nftables.conf

root@vps-test:~/.dotfiles-vps/nftables# systemctl restart nftables.service 
Job for nftables.service failed because the control process exited with error code.
See "systemctl status nftables.service" and "journalctl -xe" for details.

Как сделать «нормальный»?

Исходная версия Entmatix, :

root@vps-test:~/.dotfiles-vps/nftables# ln -s /root/.dotfiles-vps/nftables/nftables.conf /etc/nftables.conf
root@vps-test:~/.dotfiles-vps/nftables# ll /etc/nftables.conf 
lrwxrwxrwx 1 root root 42 Sep 19 20:09 /etc/nftables.conf -> /root/.dotfiles-vps/nftables/nftables.conf
root@vps-test:~/.dotfiles-vps/nftables# systemctl restart nftables.service 
Job for nftables.service failed because the control process exited with error code.
See "systemctl status nftables.service" and "journalctl -xe" for details.
root@vps-test:~/.dotfiles-vps/nftables# 

Как сделать «нормальный»?