2010-05-17 07:34:36 +08:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
# See systemd.special(7) for details
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Basic System
|
2010-06-05 00:43:40 +08:00
|
|
|
Requires=sysinit.target local-fs.target swap.target sockets.target
|
|
|
|
After=sysinit.target local-fs.target swap.target sockets.target
|
2010-08-11 02:57:21 +08:00
|
|
|
RefuseManualStart=yes
|