summaryrefslogtreecommitdiff
path: root/packaging/oma-ds-agent.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/oma-ds-agent.spec')
-rwxr-xr-xpackaging/oma-ds-agent.spec6
1 files changed, 0 insertions, 6 deletions
diff --git a/packaging/oma-ds-agent.spec b/packaging/oma-ds-agent.spec
index 418851c..d3fbf7b 100755
--- a/packaging/oma-ds-agent.spec
+++ b/packaging/oma-ds-agent.spec
@@ -5,7 +5,6 @@ Release: 1
Group: Base/Device Management
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
-Source1: packaing/oma-ds-agent.service
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
BuildRequires: pkgconfig(glib-2.0)
@@ -55,11 +54,6 @@ sqlite3 %{buildroot}/opt/dbspace/.omasyncagent.db "PRAGMA journal_mode = PERSIST
%make_install
-# systemd service script sertup
-mkdir -p %{buildroot}/usr/lib/systemd/system/graphical.target.wants
-install -m 0644 %SOURCE1 %{buildroot}/usr/lib/systemd/system/
-ln -s ../oma-ds-agent.service %{buildroot}/usr/lib/systemd/system/graphical.target.wants/oma-ds-agent.service
-
%clean
rm -rf %{buildroot}