View Single Post
Posts: 144 | Thanked: 242 times | Joined on Nov 2007 @ Finland
#7
Looks excellent. You could think about fewpath and naming changes to avoid collisions with possible future OS packages in Jolla. You can also create postinstall and postuninstall script to your RPM package to enable maliit.service restart. Just add following to SPEC file.

Code:
%post
su nemo -c "/bin/systemctl --user restart maliit-server.service"

%postun
su nemo -c "/bin/systemctl --user restart maliit-server.service"
 

The Following 3 Users Say Thank You to Penguin For This Useful Post: