From cb1b57931e787facba5335cc3ca85613089a91cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 19 Oct 2020 14:37:35 +0200 Subject: mount-data: remove as I no longer have right now NAS --- mount-data/files/init | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100755 mount-data/files/init (limited to 'mount-data/files') diff --git a/mount-data/files/init b/mount-data/files/init deleted file mode 100755 index d1362e2..0000000 --- a/mount-data/files/init +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh /etc/rc.common - -START=36 -STOP=90 - -status() { - findmnt >/dev/null /data -} - -start() { - status || mount -o subvol=@data UUID=7dc606e7-39e0-4320-9ff6-83a10f163e54 /data -} - -stop() { - umount -fl /data -} - -restart() { - : -} - -reload() { - : -} -- cgit v1.2.3