diff options
author | David Kaspar [Dee'Kej] <dkaspar@redhat.com> | 2018-05-30 17:01:59 +0200 |
---|---|---|
committer | Dee'Kej <deekej@linuxmail.org> | 2018-06-01 14:51:29 +0200 |
commit | 37109fdf9808ffc87cfff5604c8ca445ffdec64c (patch) | |
tree | 83e3f9456a148065fb3d84b6f6b42127000ad577 /usr/lib | |
parent | 1ea9057be049bebf01e24c48ff14e1121e9b4645 (diff) | |
download | initscripts-37109fdf9808ffc87cfff5604c8ca445ffdec64c.tar initscripts-37109fdf9808ffc87cfff5604c8ca445ffdec64c.tar.gz initscripts-37109fdf9808ffc87cfff5604c8ca445ffdec64c.tar.bz2 initscripts-37109fdf9808ffc87cfff5604c8ca445ffdec64c.tar.xz initscripts-37109fdf9808ffc87cfff5604c8ca445ffdec64c.zip |
fedora-* services renamed to more general names
This removes the OS flavour embedded into the initscripts. See also:
https://bugzilla.redhat.com/show_bug.cgi?id=1584645
Resolves: #161
Diffstat (limited to 'usr/lib')
-rwxr-xr-x | usr/lib/systemd/import-state (renamed from usr/lib/systemd/fedora-import-state) | 2 | ||||
-rwxr-xr-x | usr/lib/systemd/loadmodules (renamed from usr/lib/systemd/fedora-loadmodules) | 0 | ||||
-rwxr-xr-x | usr/lib/systemd/nis-domainname (renamed from usr/lib/systemd/fedora-domainname) | 0 | ||||
-rwxr-xr-x | usr/lib/systemd/readonly-root (renamed from usr/lib/systemd/fedora-readonly) | 0 | ||||
-rw-r--r-- | usr/lib/systemd/system/import-state.service (renamed from usr/lib/systemd/system/fedora-import-state.service) | 2 | ||||
-rw-r--r-- | usr/lib/systemd/system/loadmodules.service (renamed from usr/lib/systemd/system/fedora-loadmodules.service) | 2 | ||||
-rw-r--r-- | usr/lib/systemd/system/nis-domainname.service (renamed from usr/lib/systemd/system/fedora-domainname.service) | 2 | ||||
-rw-r--r-- | usr/lib/systemd/system/readonly-root.service (renamed from usr/lib/systemd/system/fedora-readonly.service) | 2 |
8 files changed, 5 insertions, 5 deletions
diff --git a/usr/lib/systemd/fedora-import-state b/usr/lib/systemd/import-state index 85bc4817..be2d13eb 100755 --- a/usr/lib/systemd/fedora-import-state +++ b/usr/lib/systemd/import-state @@ -1,5 +1,5 @@ #!/bin/bash -# fedora-import-state: import state files from initramfs (e.g. network config) +# import-state: import state files from initramfs (e.g. network config) # Copy state into root folder: # ============================ diff --git a/usr/lib/systemd/fedora-loadmodules b/usr/lib/systemd/loadmodules index 4fd167c4..4fd167c4 100755 --- a/usr/lib/systemd/fedora-loadmodules +++ b/usr/lib/systemd/loadmodules diff --git a/usr/lib/systemd/fedora-domainname b/usr/lib/systemd/nis-domainname index 5c934584..5c934584 100755 --- a/usr/lib/systemd/fedora-domainname +++ b/usr/lib/systemd/nis-domainname diff --git a/usr/lib/systemd/fedora-readonly b/usr/lib/systemd/readonly-root index a3679580..a3679580 100755 --- a/usr/lib/systemd/fedora-readonly +++ b/usr/lib/systemd/readonly-root diff --git a/usr/lib/systemd/system/fedora-import-state.service b/usr/lib/systemd/system/import-state.service index b43ac29f..2aab4301 100644 --- a/usr/lib/systemd/system/fedora-import-state.service +++ b/usr/lib/systemd/system/import-state.service @@ -8,7 +8,7 @@ Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup After=local-fs.target [Service] -ExecStart=/usr/lib/systemd/fedora-import-state +ExecStart=/usr/lib/systemd/import-state Type=oneshot TimeoutSec=0 RemainAfterExit=yes diff --git a/usr/lib/systemd/system/fedora-loadmodules.service b/usr/lib/systemd/system/loadmodules.service index 641e7711..cba281a5 100644 --- a/usr/lib/systemd/system/fedora-loadmodules.service +++ b/usr/lib/systemd/system/loadmodules.service @@ -7,7 +7,7 @@ ConditionPathExists=|/etc/rc.modules ConditionDirectoryNotEmpty=|/etc/sysconfig/modules/ [Service] -ExecStart=/usr/lib/systemd/fedora-loadmodules +ExecStart=/usr/lib/systemd/loadmodules Type=oneshot TimeoutSec=0 RemainAfterExit=yes diff --git a/usr/lib/systemd/system/fedora-domainname.service b/usr/lib/systemd/system/nis-domainname.service index b62e52b1..3f8412ae 100644 --- a/usr/lib/systemd/system/fedora-domainname.service +++ b/usr/lib/systemd/system/nis-domainname.service @@ -5,7 +5,7 @@ DefaultDependencies=no Conflicts=shutdown.target [Service] -ExecStart=/usr/lib/systemd/fedora-domainname +ExecStart=/usr/lib/systemd/nis-domainname Type=oneshot RemainAfterExit=yes diff --git a/usr/lib/systemd/system/fedora-readonly.service b/usr/lib/systemd/system/readonly-root.service index 30530219..83af6acd 100644 --- a/usr/lib/systemd/system/fedora-readonly.service +++ b/usr/lib/systemd/system/readonly-root.service @@ -6,7 +6,7 @@ Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup After=systemd-remount-fs.service [Service] -ExecStart=/usr/lib/systemd/fedora-readonly +ExecStart=/usr/lib/systemd/readonly-root Type=oneshot TimeoutSec=0 RemainAfterExit=yes |