Skip to content

Commit

Permalink
Create vic-machine-server log directory. (#1147) (#1151)
Browse files Browse the repository at this point in the history
* Add mkdir for log directory

* Wait on admiral startup for complete token
  • Loading branch information
andrewtchin authored Nov 27, 2017
1 parent aba7300 commit 9e2a95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion installer/build/scripts/systemd/admiral/admiral.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Admiral is a highly scalable and very lightweight Container Management platform for deploying and managing container based applications.
Documentation=https://github.com/vmware/admiral
After=vic-appliance-ready.target
After=vic-appliance-ready.target get_token.service
Requires=vic-appliance-ready.target

[Service]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ function detectHostname {
}

chown -R 10000:10000 ${cert_dir}
mkdir -p ${log_dir}
chown -R 10000:10000 ${log_dir}

hostname=""
Expand Down

0 comments on commit 9e2a95b

Please sign in to comment.