particle-os-modules/modules/bling/installers/dconf-update-service.sh
Lordus Kordus 9a3ceabc68
fix: misc typos (#36)
* Fix typo in dconf-update-service.sh

* Probably a typo in rpm-ostree.sh

* Fix typo in README.md
2023-09-12 16:30:42 +00:00

7 lines
254 B
Bash

#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
cp -r "$BLING_DIRECTORY/files/usr/etc/systemd/system/dconf-update.service" "/usr/etc/systemd/system/dconf-update.service"
systemctl enable dconf-update.service