Created
July 20, 2016 09:36
-
-
Save hagbarddenstore/8f25899752e3a44538d2a255b9f07b68 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Announce etcd node | |
[Service] | |
ExecStart=/bin/date | |
Type=simple |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Run etcd-announcer.service every second | |
[Timer] | |
OnCalendar=*:*:* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment