diff options
| author | Jonathan Bauer | 2016-01-08 15:04:29 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2016-01-08 15:04:29 +0100 |
| commit | 2692c1b12dc04d337cc2dfc9034d0db15156d41d (patch) | |
| tree | 7a124955bdc4082d4b5a82baf71ba890c889dd57 | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-2692c1b12dc04d337cc2dfc9034d0db15156d41d.tar.gz tm-scripts-2692c1b12dc04d337cc2dfc9034d0db15156d41d.tar.xz tm-scripts-2692c1b12dc04d337cc2dfc9034d0db15156d41d.zip | |
[safe-mode] fix service file breaking ordering cycle ...
| -rw-r--r-- | remote/modules/safe-mode/data/etc/systemd/system/exam.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/modules/safe-mode/data/etc/systemd/system/exam.service b/remote/modules/safe-mode/data/etc/systemd/system/exam.service index ba11c034..5087a7c4 100644 --- a/remote/modules/safe-mode/data/etc/systemd/system/exam.service +++ b/remote/modules/safe-mode/data/etc/systemd/system/exam.service @@ -1,5 +1,6 @@ [Unit] Description=Sets up safe mode (local network, no tty switch, no openbox menu) +DefaultDependencies=no [Service] Type=oneshot |
