/lib/systemd/system/fsprotect.service is in fsprotect 1.0.7.
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=Lock/protect filesystems
Documentation=file:/usr/share/doc/fsprotect/README.Debian
After=local-fs.target
DefaultDependencies=no
[Service]
Type=oneshot
Restart=no
TimeoutSec=30s
ExecStart=/etc/init.d/fsprotect start
ExecStop=/etc/init.d/fsprotect stop
[Install]
WantedBy=sysinit.target
|