summaryrefslogtreecommitdiff
path: root/distfoldd
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-09-30 17:10:26 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-09-30 17:10:26 +0200
commit1b6255cc2b333e7721f8ea3b387ffe7b23e9aa24 (patch)
tree6b431803d4430da2ed2ca0249cea79a6c5881d20 /distfoldd
parent630923d0de4a5cab558531e943370f00a64b316d (diff)
downloaddistfold-1b6255cc2b333e7721f8ea3b387ffe7b23e9aa24.tar.gz
distfold-1b6255cc2b333e7721f8ea3b387ffe7b23e9aa24.zip
fix autostart
Diffstat (limited to 'distfoldd')
-rw-r--r--distfoldd/distfoldd.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/distfoldd/distfoldd.pro b/distfoldd/distfoldd.pro
index 2d62e8f..f2315d4 100644
--- a/distfoldd/distfoldd.pro
+++ b/distfoldd/distfoldd.pro
@@ -36,7 +36,8 @@ HEADERS += \
contains(MEEGO_EDITION,harmattan) {
target.path = /opt/distfold/bin
INSTALLS += target
-}
-OTHER_FILES += \
- distfoldd.conf
+ service.files = distfoldd.conf
+ service.path = /etc/init/apps
+ INSTALLS += service
+}