SHA256
1
0
forked from pool/systemd

- Fix localfs.service to no cause cycle and starts it after

local-fs.target.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=175
This commit is contained in:
Frederic Crozat 2011-08-16 17:15:13 +00:00 committed by Git OBS Bridge
parent fd593e3927
commit e7a5836db9
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,7 @@
[Unit]
Description=Shadow /etc/init.d/boot.localfs
DefaultDependencies=no
After=local-fs.target
[Service]
RemainAfterExit=true

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 16 17:02:27 UTC 2011 - fcrozat@suse.com
- Fix localfs.service to no cause cycle and starts it after
local-fs.target.
-------------------------------------------------------------------
Thu Aug 4 15:59:58 UTC 2011 - fcrozat@suse.com