add systemd/jail-mounts.service
This commit is contained in:
parent
059927c38c
commit
cdde6bd201
10
systemd/jail-mounts.service
Normal file
10
systemd/jail-mounts.service
Normal 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
|
Loading…
Reference in New Issue
Block a user