sharhalakis / fsprotect

Debian tool (helper scripts) to make filesystems immutable
30 stars 5 forks source link

aufs -> overlayfs and sysvinit -> systemd #3

Open leiqin opened 8 years ago

leiqin commented 8 years ago

819992 Requires aufs kernel module which is not part of Debian

use overlayfs instead of aufs Note: doesn't support recursion filesystem. I can't work with mount --move in systemd script, the filesystem default is shard.

796617 Has init script in runlevel S but no matching service file

add systemd script use setting: After=local-fs.target , WantedBy=basic.target

leiqin commented 8 years ago

add Before=sysinit.target and DefaultDependencies=no to systemd file