Move /etc/rc.d/init.d/simulator-alsa to /etc/init.d/emulator-alsa
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Mon, 25 Mar 2013 12:33:41 +0000 (21:33 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Mon, 25 Mar 2013 12:33:41 +0000 (21:33 +0900)
Change-Id: I3e113e989e6390f6ff38e0daccf86f0f5024fad1
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
filesystem/etc/init.d/emulator-alsa [new file with mode: 0755]
filesystem/etc/rc.d/init.d/simulator-alsa [deleted file]
filesystem/usr/lib/systemd/system/emul-alsa.service
packaging/system-plugin-emulator.spec

diff --git a/filesystem/etc/init.d/emulator-alsa b/filesystem/etc/init.d/emulator-alsa
new file mode 100755 (executable)
index 0000000..199e19b
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+amixer cset name='Master Playback Switch' 1
+amixer cset name='Master Playback Volume' 50
+amixer cset name='PCM Playback Switch' 1
+amixer cset name='PCM Playback Volume' 50
diff --git a/filesystem/etc/rc.d/init.d/simulator-alsa b/filesystem/etc/rc.d/init.d/simulator-alsa
deleted file mode 100755 (executable)
index 199e19b..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-amixer cset name='Master Playback Switch' 1
-amixer cset name='Master Playback Volume' 50
-amixer cset name='PCM Playback Switch' 1
-amixer cset name='PCM Playback Volume' 50
index 1fef4da2ada8bd507d496aa1f6fac94e264d5239..44b906fd5b6d1dfbc2394c87402a73c8c6c166c2 100644 (file)
@@ -5,7 +5,7 @@ Before=basic.target
 
 [Service]
 Type=oneshot
-ExecStart=/etc/rc.d/init.d/simulator-alsa
+ExecStart=/etc/init.d/emulator-alsa
 
 [Install]
 WantedBy=emulator_preinit.target
index 831f582ca24753c8ac8320e3a70445f7e95a08ce..9d4167831eea941e87d0e5d250a658eaa2444bff 100644 (file)
@@ -109,7 +109,7 @@ touch /dev/rtc1
 /etc/profile.d/simulator-env.sh
 /etc/profile.d/simulator-opengl.sh
 /etc/profile.d/system.sh
-/etc/rc.d/init.d/simulator-alsa
+/etc/init.d/emulator-alsa
 /etc/rc.d/rc.emul
 /etc/rc.d/rc.firstboot
 /etc/rc.d/rc.shutdown