Skip to content

Commit

Permalink
removed startup dependency for HPP
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Koenig committed Nov 6, 2023
1 parent 8ecce64 commit 62d34b8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
[Unit]
After=create-mountpoint-var-localstorage.service
Requires=create-mountpoint-var-localstorage.service
Before=local-fs.target
[Mount]
What={{ sap_hypervisor_node_preconfigure_cluster_config.worker_localstorage_device }}
Where=/var/localstorage
Expand All @@ -46,7 +45,6 @@
After=var-localstorage.mount
[Service]
ExecStart=/usr/bin/chcon -Rt container_file_t /var/localstorage
[Install]
WantedBy=multi-user.target
enabled: true
Expand Down

0 comments on commit 62d34b8

Please sign in to comment.