constellation/image/mkosi.skeleton/usr/lib/systemd/system/configure-constel-csp.service
2022-10-21 11:04:25 +02:00

11 lines
324 B
Desktop File

[Unit]
Description=Configures constellation cloud service provider environment variable
[Service]
Type=oneshot
ExecStart=/bin/bash -c "CSP=$(< /proc/cmdline tr ' ' '\n' | grep constel.csp | sed 's/constel.csp=//'); echo CONSTEL_CSP=$CSP >> /run/constellation.env"
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target