Skip to content

Commit

Permalink
[script] Remove obsolte monitor service
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeyexp committed Oct 1, 2018
1 parent df934b4 commit 114b9aa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
2 changes: 0 additions & 2 deletions stage2/03-crankshaft-base/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ install -m 644 files/etc/systemd/system/user_startup.service "${ROOTF
install -m 644 files/etc/systemd/system/wifisetup.service "${ROOTFS_DIR}/etc/systemd/system/"
install -m 644 files/etc/systemd/system/hotspot.service "${ROOTFS_DIR}/etc/systemd/system/"
install -m 644 files/etc/systemd/system/regensshkeys.service "${ROOTFS_DIR}/etc/systemd/system/"
install -m 644 files/etc/systemd/system/kodimonitor.service "${ROOTFS_DIR}/etc/systemd/system/"
install -m 644 files/etc/systemd/system/custombrightness.service "${ROOTFS_DIR}/etc/systemd/system/"
install -m 644 files/etc/systemd/system/pulseaudio.service "${ROOTFS_DIR}/etc/systemd/system/"
install -m 644 files/etc/systemd/system/pulseaudio-debug.service "${ROOTFS_DIR}/etc/systemd/system/"
Expand Down Expand Up @@ -88,7 +87,6 @@ install -m 755 files/opt/crankshaft/service_usbdetect.sh "${ROOTF
install -m 755 files/opt/crankshaft/service_usbunmount.sh "${ROOTFS_DIR}/opt/crankshaft/"
install -m 755 files/opt/crankshaft/service_user_startup.sh "${ROOTFS_DIR}/opt/crankshaft/"
install -m 755 files/opt/crankshaft/service_hotspot.sh "${ROOTFS_DIR}/opt/crankshaft/"
install -m 755 files/opt/crankshaft/service_kodimonitor.sh "${ROOTFS_DIR}/opt/crankshaft/"
install -m 755 files/opt/crankshaft/service_custombrightness.sh "${ROOTFS_DIR}/opt/crankshaft/"
install -m 755 files/opt/crankshaft/service_pacheck.sh "${ROOTFS_DIR}/opt/crankshaft/"
install -m 755 files/opt/crankshaft/service_hwclock.sh "${ROOTFS_DIR}/opt/crankshaft/"
Expand Down
1 change: 0 additions & 1 deletion stage2/03-crankshaft-base/02-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ systemctl enable gpiotrigger.service
systemctl enable timerstart.service
systemctl enable regensshkeys.service
systemctl enable ssh.service
systemctl enable kodimonitor.service
systemctl enable pulseaudio.service
systemctl disable rpi-display-backlight.service
systemctl enable rpi-display-backlight.service
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 114b9aa

Please sign in to comment.