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.
33 lines
735 B
33 lines
735 B
--- |
|
schema: 'drydock/BootAction/v1' |
|
metadata: |
|
schema: 'metadata/Document/v1' |
|
name: promjoin-systemd-unit |
|
storagePolicy: 'cleartext' |
|
layeringDefinition: |
|
abstract: false |
|
layer: global |
|
labels: |
|
application: 'drydock' |
|
data: |
|
signaling: false |
|
assets: |
|
- path: /etc/systemd/system/promjoin.service |
|
type: unit |
|
permissions: '444' |
|
data: | |
|
[Unit] |
|
Description=Promenade Initialization Service |
|
After=network-online.target local-fs.target cloud-init.target |
|
ConditionPathExists=!/var/lib/prom.done |
|
|
|
[Service] |
|
Type=oneshot |
|
ExecStart=/opt/promjoin.sh |
|
|
|
[Install] |
|
WantedBy=airship.target |
|
|
|
data_pipeline: |
|
- utf8_decode |
|
...
|
|
|