diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2012-09-26 12:20:54 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2012-09-26 12:20:54 +0200 |
commit | f7078fcefe7b824083a9d9f10e0bc17ca0b93223 (patch) | |
tree | e0e1cea52d0b45b65fb58675519f0e3dd80a3853 | |
parent | a9f1ebdb3c7d4b930d09ff6c7f2e4412fd53f5d0 (diff) | |
download | user-startup-f7078fcefe7b824083a9d9f10e0bc17ca0b93223.tar.gz user-startup-f7078fcefe7b824083a9d9f10e0bc17ca0b93223.tar.xz user-startup-f7078fcefe7b824083a9d9f10e0bc17ca0b93223.zip |
-rwxr-xr-x | user-startup.init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user-startup.init b/user-startup.init index 1f92ba2..6b3c0b0 100755 --- a/user-startup.init +++ b/user-startup.init @@ -74,6 +74,7 @@ stop) su - ${user} -c "run-parts \ --arg=stop \ --verbose \ + --reverse \ -- '${USER_HOME}/etc/rc.d/'" 2>&1 | logger -t user-startup fi |