add systemd/jail-mounts.service

This commit is contained in:
Matthew Saunders Brown 2022-10-20 11:44:41 -07:00
parent 059927c38c
commit cdde6bd201

View File

@ -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