diff --git a/systemd/jail-mounts.service b/systemd/jail-mounts.service new file mode 100644 index 0000000..0c511a2 --- /dev/null +++ b/systemd/jail-mounts.service @@ -0,0 +1,10 @@ +[Unit] +After=local-fs.target + +[Service] +Type=oneshot +ExecStart=/usr/bin/mount --fstab /etc/fstab.jails --all +ExecStart=/usr/sbin/jk_socketd + +[Install] +WantedBy=default.target