trying to add an explicit dependency to network-online.target
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 4 Mar 2015 13:11:18 +0000 (14:11 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 4 Mar 2015 13:11:18 +0000 (14:11 +0100)
systemd/pl_boot.service
systemd/pl_boot.target

index c8f0a38..d312b76 100644 (file)
@@ -1,5 +1,7 @@
 [Unit]
 Description=pl_boot service
+Requires=network-online.target
+After=network-online.target
 
 [Service]
 ExecStart=/etc/init.d/pl_wrapper
index 1e814d4..4108618 100644 (file)
@@ -1,12 +1,3 @@
-#  This file is part of systemd.
-#
-#  systemd is free software; you can redistribute it and/or modify it
-#  under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 2 of the License, or
-#  (at your option) any later version.
-
-# See systemd.special(7) for details
-
 [Unit]
 Description=pl_boot BootCD default target
 Requires=pl_boot.service