Skip to content

Commit af5fad1

Browse files
committed
Rename upstart configuration
1 parent 78c9728 commit af5fad1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
###########################
55

66
configure_file (
7-
unity-voice.conf.in
8-
unity-voice.conf
7+
unity-voice-service.conf.in
8+
unity-voice-service.conf
99
@ONLY
1010
)
1111

1212
install (
13-
FILES ${CMAKE_CURRENT_BINARY_DIR}/unity-voice.conf
13+
FILES ${CMAKE_CURRENT_BINARY_DIR}/unity-voice-service.conf
1414
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/upstart/sessions
1515
)
1616

data/unity-voice.conf.in renamed to data/unity-voice-service.conf.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ description "Service to perform voice recognition"
22

33
respawn
44

5-
exec @CMAKE_INSTALL_FULL_LIBEXECDIR@/unity-voice
5+
exec @CMAKE_INSTALL_FULL_LIBEXECDIR@/unity-voice-service

0 commit comments

Comments
 (0)