mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Change location of systemd unit from /lib/systemd/system to /etc/systemd/system
This commit is contained in:
parent
b5a153429d
commit
aee8e63426
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class InstallExpandRootScripts(Task):
|
|||
expand_root_service = os.path.join(ASSETS_DIR, 'expand-root.service')
|
||||
|
||||
expand_root_script_dest = os.path.join(info.root, 'usr/bin/expand-root.sh')
|
||||
expand_root_service_dest = os.path.join(info.root, 'lib/systemd/system/expand-root.service')
|
||||
expand_root_service_dest = os.path.join(info.root, 'etc/systemd/system/expand-root.service')
|
||||
|
||||
filesystem_type = info.manifest.plugins['expand_root'].get('filesystem_type')
|
||||
root_device = info.manifest.plugins['expand_root'].get('root_device')
|
||||
|
|
Loading…
Add table
Reference in a new issue