Skip to content

Commit

Permalink
Fixes projectatomic#282 use requiredby to make a hard dependency chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaas- committed Jun 28, 2019
1 parent 413b408 commit 183fd58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion container-storage-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ Type=xfs
Options=pquota
[Install]
WantedBy=docker-storage-setup.service
RequiredBy=docker-storage-setup.service
EOF
mv "${unit_file_path}.tmp" "$unit_file_path"
systemctl daemon-reload
Expand Down
1 change: 1 addition & 0 deletions docker-storage-setup.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ EnvironmentFile=-/etc/sysconfig/docker-storage-setup

[Install]
WantedBy=multi-user.target
RequiredBy=docker.service

0 comments on commit 183fd58

Please sign in to comment.