diff options
| author | Simon Rettberg | 2013-11-29 17:15:59 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-11-29 17:15:59 +0100 |
| commit | 6f51f81d3f25df98a292ba740fe15b52f3635c15 (patch) | |
| tree | b823f5cbaa4b1bf5a4731ce3a5b034298b1420cd /remote/modules/systemd | |
| parent | Reworking busybox config and included tools (diff) | |
| parent | [diverse modules] data dir: Changes shebangs to /bin/ash (diff) | |
| download | tm-scripts-6f51f81d3f25df98a292ba740fe15b52f3635c15.tar.gz tm-scripts-6f51f81d3f25df98a292ba740fe15b52f3635c15.tar.xz tm-scripts-6f51f81d3f25df98a292ba740fe15b52f3635c15.zip | |
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/systemd')
| -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 |
