]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- as /sbin/service redirects to systemd, should not use it in .service files to avoid... auto/th/systemd-44-2
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 17 Mar 2012 09:34:17 +0000 (09:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    network.service -> 1.6
    systemd.spec -> 1.129

network.service
systemd.spec

index c4bb4ea926e3dd2fc66649a7578953452539d226..fcdc2299315a2bb8285ceea66a8ab6f2a276160a 100644 (file)
@@ -7,8 +7,8 @@ Before=network.target
 
 [Service]
 Type=oneshot
-ExecStart=/sbin/service network start
-ExecStop=/sbin/service network stop
+ExecStart=/etc/rc.d/init.d/network start
+ExecStop=/etc/rc.d/init.d/network stop
 RemainAfterExit=true
 
 [Install]
index 8c5733f939ab251cc7263f3ea7058738eabaa855..e0d2ad25e55d1ecd2e7021410da43e26d0833cc3 100644 (file)
@@ -17,7 +17,7 @@ Summary:      A System and Service Manager
 Summary(pl.UTF-8):     systemd - zarządca systemu i usług dla Linuksa
 Name:          systemd
 Version:       44
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Base
 Source0:       http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
This page took 0.365186 seconds and 4 git commands to generate.