diff options
| author | Christian Rößler | 2013-10-07 15:56:27 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-10-07 15:56:27 +0200 |
| commit | d7ceb9729b376b4fb188bef49e98f7ded47cc762 (patch) | |
| tree | 33e70d25c79d2b556af93d2f1561f22dbcb00a6d /remote/modules/systemd | |
| parent | [systemd] Amended shutdown behaviour for systemd: reboot, halt, poweroff. nfs (diff) | |
| download | tm-scripts-d7ceb9729b376b4fb188bef49e98f7ded47cc762.tar.gz tm-scripts-d7ceb9729b376b4fb188bef49e98f7ded47cc762.tar.xz tm-scripts-d7ceb9729b376b4fb188bef49e98f7ded47cc762.zip | |
[systemd] systemd-shutdown_prescript: Deleted activation indicator after testing
Diffstat (limited to 'remote/modules/systemd')
| -rwxr-xr-x | remote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/remote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript b/remote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript index d51500e9..8bfa2e53 100755 --- a/remote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript +++ b/remote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript @@ -8,9 +8,6 @@ PATH=/bin:/usr/bin:/opt/openslx/bin # Prozesse killen -# rein zur Detektion des Skriptstarts: -ping -c 3 132.230.8.69 - umount_nfs_shares() { for i in "$(mount | grep 'type nfs')"; do share=$(echo "$i"|cut -f 3 -d " ") |
