summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>2019-07-18 07:39:13 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2019-07-18 07:39:13 +0900
commitf954a6f5f5f7367eaf453ad5b370d81214d0c2e0 (patch)
tree52954b899fdbe33bfe0299e6d9a0d12813fe2d26
parent2141de28e59bb14d102a257f444727a24e227291 (diff)
downloadlauncher-f954a6f5f5f7367eaf453ad5b370d81214d0c2e0.tar.gz
launcher-f954a6f5f5f7367eaf453ad5b370d81214d0c2e0.tar.bz2
launcher-f954a6f5f5f7367eaf453ad5b370d81214d0c2e0.zip
remove unused service script file by system part request (#84)submit/tizen/20190717.232654accepted/tizen/unified/20190718.075227
-rw-r--r--packaging/dotnet-launcher.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/packaging/dotnet-launcher.service b/packaging/dotnet-launcher.service
deleted file mode 100644
index be05477..0000000
--- a/packaging/dotnet-launcher.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=Start dotnet launchpad daemon
-After=dbus.service buxton2.service ac.service
-Requires=csf-content-engine.service
-
-[Service]
-User=owner
-Group=users
-EnvironmentFile=/run/tizen-mobile-ui
-ExecStart=/usr/bin/launch_app dotnet-launcher
-
-TimeoutStopSec=3s
-RestartSec=5
-
-[Install]
-WantedBy=starter.target