/lib/systemd/system/ferm.service is in ferm 2.2-3.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [Unit]
Description=ferm firewall configuration
DefaultDependencies=no
RequiresMountsFor=/var/cache/
After=local-fs.target network.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/etc/init.d/ferm start
ExecReload=/etc/init.d/ferm reload
ExecStop=/etc/init.d/ferm stop
[Install]
WantedBy=sysinit.target
|