We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1ded8c + 57046af commit afbb1efCopy full SHA for afbb1ef
rpm/[email protected]
@@ -1,8 +1,10 @@
1
[Unit]
2
Description=GOAT: EC2-%i attach utility
3
Documentation=https://github.com/sevagh/goat
4
-Requires=network.target remote-fs.target
5
-After=network.target remote-fs.target
+Requires=network.target
+After=network.target
6
+After=NetworkManager-wait-online.service
7
+Before=cloud-init.service
8
ConditionPathExists=/usr/sbin/goat
9
10
[Service]
@@ -14,4 +16,4 @@ ExecStart=/usr/sbin/goat -tagPrefix ${TAG_PREFIX} -logLevel ${LOG_LEVEL} "%i"
14
16
SyslogIdentifier=goat
15
17
18
[Install]
-WantedBy=multi-user.target
19
+WantedBy=cloud-init.target
0 commit comments