daily autocommit
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
proc /proc proc defaults 0 0
|
||||
PARTUUID=13397e78-01 /boot vfat defaults 0 2
|
||||
PARTUUID=13397e78-02 / ext4 defaults,noatime 0 1
|
||||
192.168.0.40:/volume1/NetBackup /backup nfs rw,soft,bg,_netdev 0 0
|
||||
UUID=4cb2fcc8-2b94-41f4-b0f2-5a3faffb51f5 /docker ext4 discard,noatime,errors=remount-ro 0 1
|
||||
|
||||
@@ -1 +1 @@
|
||||
{'last_error': None, 'host_secret': 'spbqtcqkufwfjvoeuucviljqxkzxoedsutzztletdwsrtqqfxzuywywxpinrzjjy', 'server': '192.168.0.99', 'site': 'realm', 'host_name': 'serviceraspi2.realm.local', 'protocol': 'http', 'user': 'caelebfi', 'last_check': 1640074656.2033029, 'installed_aghash': '26da23d3fa7837de', 'last_update': 1639470870.5507095}
|
||||
{'last_error': None, 'host_secret': 'spbqtcqkufwfjvoeuucviljqxkzxoedsutzztletdwsrtqqfxzuywywxpinrzjjy', 'server': '192.168.0.99', 'site': 'realm', 'host_name': 'serviceraspi2.realm.local', 'protocol': 'http', 'user': 'caelebfi', 'last_check': 1640081891.55393, 'installed_aghash': '26da23d3fa7837de', 'last_update': 1639470870.5507095}
|
||||
|
||||
+2
-2
@@ -9,11 +9,11 @@
|
||||
|
||||
|
||||
# where we want the swapfile to be, this is the default
|
||||
#CONF_SWAPFILE=/var/swap
|
||||
CONF_SWAPFILE=/docker/swap
|
||||
|
||||
# set size to absolute value, leaving empty (default) then uses computed value
|
||||
# you most likely don't want this, unless you have an special disk situation
|
||||
CONF_SWAPSIZE=100
|
||||
CONF_SWAPSIZE=2048
|
||||
|
||||
# set size to computed value, this times RAM size, dynamically adapts,
|
||||
# guarantees that there is enough swap without wasting disk space on excess
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
proc /proc proc defaults 0 0
|
||||
PARTUUID=13397e78-01 /boot vfat defaults 0 2
|
||||
PARTUUID=13397e78-02 / ext4 defaults,noatime 0 1
|
||||
# a swapfile is not a swap partition, no line here
|
||||
# use dphys-swapfile swap[on|off] for that
|
||||
192.168.0.40:/volume1/NetBackup /backup nfs rw,soft,bg,_netdev 0 0
|
||||
UUID=4cb2fcc8-2b94-41f4-b0f2-5a3faffb51f5 /docker ext4 discard,noatime,errors=remount-ro 0 1
|
||||
# a swapfile is not a swap partition, no line here
|
||||
# use dphys-swapfile swap[on|off] for that
|
||||
|
||||
Reference in New Issue
Block a user