From: buildmaster Date: Sat, 13 Oct 2018 09:38:41 +0000 (+0200) Subject: Start service after installing. X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=2056ec4b9757df38e0a1e5ea6676e0759b25ef33;p=UltraVNC.git Start service after installing. --- 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