diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-10-30 17:14:09 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-10-30 17:14:09 -0400 |
commit | 6d9f6dfcf7e28f398b426c18ca36adeec24f8061 (patch) | |
tree | c5bbe4de1e9095313c3f7ec9388be9aed3884ff0 /systemd/cloud-final.service | |
parent | 2a84a2603f22e5362c8a6620bea51df220245d9f (diff) | |
download | vyos-cloud-init-6d9f6dfcf7e28f398b426c18ca36adeec24f8061.tar.gz vyos-cloud-init-6d9f6dfcf7e28f398b426c18ca36adeec24f8061.zip |
Add sample/example systemd config files
This imports the systemd config files that Garrett Holmstrom added to
fedora. Its not essential that thay be here, rather than just maintained
as distribution delta, but there exists upstart files here.
taken from
git://pkgs.fedoraproject.org/cloud-init.git
commit 87f33190f43d2b26cced4597e7298835024466c2
Author: Garrett Holmstrom <gholms@fedoraproject.org>
Patch2: cloud-init-0.6.2-systemd.patch
Diffstat (limited to 'systemd/cloud-final.service')
-rw-r--r-- | systemd/cloud-final.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/systemd/cloud-final.service b/systemd/cloud-final.service new file mode 100644 index 00000000..23275ee5 --- /dev/null +++ b/systemd/cloud-final.service @@ -0,0 +1,13 @@ +[Unit] +Description=Execute cloud user/final scripts +After=network.target syslog.target cloud-config.service rc-local.service +Requires=cloud-config.target +Wants=network.target + +[Service] +Type=oneshot +ExecStart=/usr/bin/cloud-init-cfg all final +RemainAfterExit=yes + +[Install] +WantedBy=multi-user.target |