You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
542 B
26 lines
542 B
--- |
|
schema: 'drydock/BootAction/v1' |
|
metadata: |
|
schema: 'metadata/Document/v1' |
|
name: airship-target |
|
storagePolicy: 'cleartext' |
|
layeringDefinition: |
|
abstract: false |
|
layer: global |
|
data: |
|
signaling: false |
|
assets: |
|
- path: /etc/systemd/system/airship.target |
|
type: unit |
|
permissions: '444' |
|
data: | |
|
[Unit] |
|
Description=Airshipt bootaction target |
|
After=multi-user.target cloud-init.target |
|
|
|
[Install] |
|
WantedBy=graphical.target |
|
|
|
data_pipeline: |
|
- utf8_decode |
|
...
|
|
|