From ce7ea2923f1dc8c8fbd5600f14e356ffed99072b Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Tue, 14 Apr 2015 20:23:30 +0000 Subject: Add strata, systems and cluster morpologies for google compute engine. Add the ability to create baserock images compatible with google compute engine. Add an example cluster morphology that does this. --- google-compute-engine/usr/lib/systemd/system/setmtu@.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 google-compute-engine/usr/lib/systemd/system/setmtu@.service (limited to 'google-compute-engine/usr/lib/systemd/system/setmtu@.service') diff --git a/google-compute-engine/usr/lib/systemd/system/setmtu@.service b/google-compute-engine/usr/lib/systemd/system/setmtu@.service new file mode 100644 index 00000000..0425025d --- /dev/null +++ b/google-compute-engine/usr/lib/systemd/system/setmtu@.service @@ -0,0 +1,10 @@ +[Unit] +Description=Set mtu on device +Before=network.target + +[Service] +Type=oneshot +ExecStart=/sbin/ip link set dev %i mtu 1460 + +[Install] +WantedBy=multi-user.target -- cgit v1.2.1