15 lines
361 B
Desktop File
15 lines
361 B
Desktop File
[Unit]
|
|
Description=StellaOps Scanner artifact_boms partition pre-creation
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
EnvironmentFile=/etc/stellaops/scanner-hotlookup.env
|
|
ExecStart=/opt/stellaops/devops/scripts/scanner-artifact-boms-ensure-partitions.sh 1
|
|
User=stellaops
|
|
Group=stellaops
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|