Skip to content

Commit

Permalink
Removed sleep from systemd unit
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinZablocki committed Oct 19, 2021
1 parent 42e1aae commit 3018254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/var/lib/oci-cn-auth/lib/templates/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Wants=network.target

[Service]
Type=simple
ExecStartPre=/bin/bash -c "/bin/sleep $[ ( $RANDOM % 10 ) + 1 ]s"
#ExecStartPre=/bin/bash -c "/bin/sleep $[ ( $RANDOM % 10 ) + 1 ]s"
ExecStart={{ wpa_supplicant }} -P/var/run/wpa_supplicant-$I.pid -c/etc/wpa_supplicant/wpa_supplicant-wired-8021x.conf -Dwired -i%I

[Install]
Expand Down

0 comments on commit 3018254

Please sign in to comment.