11 lines
178 B
Desktop File
11 lines
178 B
Desktop File
[Unit]
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/mount --fstab /etc/fstab.jails --all
|
|
ExecStart=/usr/sbin/jk_socketd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|