From 2056ec4b9757df38e0a1e5ea6676e0759b25ef33 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Sat, 13 Oct 2018 11:38:41 +0200 Subject: [PATCH] Start service after installing. --- oss-pkg-UltraVnc.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/oss-pkg-UltraVnc.spec.in b/oss-pkg-UltraVnc.spec.in index 59528e5..09ca0b5 100644 --- a/oss-pkg-UltraVnc.spec.in +++ b/oss-pkg-UltraVnc.spec.in @@ -87,6 +87,7 @@ then fi /usr/sbin/oss_api.sh POST 'softwares/add' '{"name":"PACKAGE","manually":false,"description":"PACKAGE","softwareVersions":[{"version":"VERSION"}]}' systemctl enable oss_get_screenshots.service +systemctl start oss_get_screenshots.service %postun %service_del_postun oss_get_screenshots.service -- 2.43.0