diff options
| author | Christian Rößler | 2013-11-29 17:16:05 +0100 |
|---|---|---|
| committer | Christian Rößler | 2013-11-29 17:16:05 +0100 |
| commit | 9c57fcca89bb9d7a62b2a2ba339bd3005beebf69 (patch) | |
| tree | 337caefe10feb7368c1843e18abe75be1e176cf2 /remote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript | |
| parent | [systemd] Env variables added for kmod compiling/linking when no kmod in system. (diff) | |
| download | tm-scripts-9c57fcca89bb9d7a62b2a2ba339bd3005beebf69.tar.gz tm-scripts-9c57fcca89bb9d7a62b2a2ba339bd3005beebf69.tar.xz tm-scripts-9c57fcca89bb9d7a62b2a2ba339bd3005beebf69.zip | |
[diverse modules] data dir: Changes shebangs to /bin/ash
Diffstat (limited to 'remote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript')
| -rwxr-xr-x | remote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript | 2 |
1 files changed, 1 insertions, 1 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 9918d866..3b5d7f92 100755 --- a/remote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript +++ b/remote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/ash # This script gets called by ExecStartPre from the services # systemd-halt, systemd-poweroff, systemd-reboot. Pre-shutdown actions as |
