Charles Zeitler [2019-07-21T15:25:54-05] wrote: > i have: > debian@debian:~$ sudo systemctl status firewalld.service > ● firewalld.service > Loaded: masked (/dev/null; bad) > Active: inactive (dead) > how do i restore it?
The unit is "masked" which means that it can't be started. You can
unmask it:
sudo systemctl unmask firewalld.service
Read about "mask" and "unmask" in systemctl(1) man page.
--
/// OpenPGP key: 4E1055DC84E9DFF613D78557719D69D324539450
// https://keys.openpgp.org/[email protected]
/ https://keybase.io/tlikonen https://github.com/tlikonen
signature.asc
Description: PGP signature

