init style cleanup

This commit is contained in:
Ian Gulliver
2016-04-07 01:00:40 +00:00
parent ed9e49a0db
commit e8b5cdea29
3 changed files with 17 additions and 10 deletions

View File

@@ -22,9 +22,13 @@ def main():
description "Mount /persistent"
start on filesystem
task
emits persistent-ready
script
mount LABEL=PERSISTENT /persistent
initctl emit --no-wait persistent-ready
end script
""")