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/systemd/system | |
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/systemd/system')
-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 |
4 files changed, 4 insertions, 4 deletions
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 |