diff options
author | Bill Nottingham <notting@redhat.com> | 2010-09-07 15:24:51 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-09-07 15:24:51 -0400 |
commit | f39163514fc1b108c80df1b9b01b63d2d9eafe8d (patch) | |
tree | 051473a7f1fc9ff938b35f6df868bb6fe24cdd33 /systemd | |
parent | 3f3a8ad5e4c5d3e3b32b2a8cb615ba878dfcb05e (diff) | |
download | initscripts-f39163514fc1b108c80df1b9b01b63d2d9eafe8d.tar initscripts-f39163514fc1b108c80df1b9b01b63d2d9eafe8d.tar.gz initscripts-f39163514fc1b108c80df1b9b01b63d2d9eafe8d.tar.bz2 initscripts-f39163514fc1b108c80df1b9b01b63d2d9eafe8d.tar.xz initscripts-f39163514fc1b108c80df1b9b01b63d2d9eafe8d.zip |
prefdm, rc-local, ctrl-alt-del are system defaults. Don't package them otherwise. (#630952)
Notably, they cannot be enabled/disabled. They can be overriden via /etc/systemd/system.
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/prefdm.service | 1 | ||||
-rw-r--r-- | systemd/rc-local.service | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/systemd/prefdm.service b/systemd/prefdm.service index bbdf0d37..60a5ed05 100644 --- a/systemd/prefdm.service +++ b/systemd/prefdm.service @@ -20,4 +20,3 @@ RestartSec=0 [Install] Alias=display-manager.service -WantedBy=graphical.target diff --git a/systemd/rc-local.service b/systemd/rc-local.service index 6be4fcf4..21ecfb23 100644 --- a/systemd/rc-local.service +++ b/systemd/rc-local.service @@ -14,6 +14,3 @@ TimeoutSec=0 StandardOutput=tty RemainAfterExit=yes SysVStartPriority=99 - -[Install] -WantedBy=multi-user.target |