From d9d8958eda9fbb3e57cd0dd6668685ba3adfcb6f Mon Sep 17 00:00:00 2001 From: Josh Lohrman Date: Tue, 17 Nov 2015 12:04:57 -0500 Subject: [PATCH] announce as tftp, not tftpd --- roles/tftpd/templates/tftpd-announce.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/tftpd/templates/tftpd-announce.service.j2 b/roles/tftpd/templates/tftpd-announce.service.j2 index a295168..3520c44 100644 --- a/roles/tftpd/templates/tftpd-announce.service.j2 +++ b/roles/tftpd/templates/tftpd-announce.service.j2 @@ -5,6 +5,6 @@ After=tftpd.service Wants=etcd.service [Service] -ExecStart=/usr/sbin/queensland announce tftpd --name={{machine_id}} --port=69 +ExecStart=/usr/sbin/queensland announce tftp --name={{machine_id}} --port=69 User=nobody Restart=always