]> err.no Git - systemd/commitdiff
Change the type of the debian-fixup service to oneshot.
authorTollef Fog Heen <tfheen@err.no>
Wed, 28 Sep 2011 18:07:15 +0000 (20:07 +0200)
committerTollef Fog Heen <tfheen@err.no>
Wed, 28 Sep 2011 18:08:25 +0000 (20:08 +0200)
debian/changelog
debian/debian-fixup.service

index 27dde23d8b2902d4944c1e624587af1e8cd02cfe..4ecac088289b05787decbee720b7175556b741b4 100644 (file)
@@ -1,3 +1,10 @@
+systemd (36-2) unstable; urgency=low
+
+  * Change the type of the debian-fixup service to oneshot.
+    Closes: #642961
+
+ -- Tollef Fog Heen <tfheen@debian.org>  Wed, 28 Sep 2011 20:04:13 +0200
+
 systemd (36-1) unstable; urgency=low
 
   [ Tollef Fog Heen ]
index 5b391db9b028f802d6a5cf8a742a1ed438ce07fa..68484667c94e0bf7cc4582c6df807b512d8de1c7 100644 (file)
@@ -6,5 +6,5 @@ DefaultDependencies=no
 
 [Service]
 ExecStart=/lib/systemd/debian-fixup
-Type=simple
+Type=oneshot
 RemainAfterExit=true