Merge branch 'jan'

master
LinuxMint4Ever 2020-02-08 00:35:40 +01:00
commit b7b6d6c1ad
6 changed files with 18 additions and 0 deletions

2
commands_ondemand.conf Normal file
View File

@ -0,0 +1,2 @@
sync
cat /var/log/apt-get_update_has_run; apt list --upgradable

7
commands_status.conf Normal file
View File

@ -0,0 +1,7 @@
systemctl status apache2.service
systemctl status sshd.service
systemctl status gitea.service
free
df -h
cat /var/run/reboot-required
who

View File

@ -0,0 +1,6 @@
<<<<<<< HEAD
#!/bin/bash
=======
#!/bin/bash
# Do nothing for now.
>>>>>>> jan

View File

View File

@ -0,0 +1 @@
#!/bin/bash

View File

@ -0,0 +1,2 @@
#!/bin/bash
# Do nothing for now.