From 5ce1b10819ec9edf7d8cc547f95edfb0a961e0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrycja=20=C5=81a=C5=BAna?= Date: Wed, 5 Jan 2022 13:41:44 +0100 Subject: [PATCH] Update 'cloud_init.yaml' --- cloud_init.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud_init.yaml b/cloud_init.yaml index 697d952..e500c77 100644 --- a/cloud_init.yaml +++ b/cloud_init.yaml @@ -2,6 +2,6 @@ runcmd: - cd /home - git clone https://git.wmi.amu.edu.pl/s434742/DPZC - - chmod +x /home/webservice - - cp /home/webservice.service /etc/systemd/system/webservice.service + - chmod +x /home/DPZC/webservice + - cp /home/DPZC/webservice.service /etc/systemd/system/webservice.service - systemctl start webservice \ No newline at end of file