v1.00-rc1: User mode and Run system services as user
Fourteenth release. Here are the changes:
- Added User mode
- A user other than root can now start their own services, as long as they install the unit files to ~/.local/share/pl-srv
- System mode services still require root priviledges to start
- Added Run-as-user
- A System mode service can be ran with the permissions of another user. Enhances security
- This works differently to User mode
- Refactored libsrv components
- libsrv-error is now libsrv-misc
- Merged plSrvCheckExist and plSrvStat
- Removed plSrvStrtonum and plSrvIsServiceRunning
- Moved plSrvInfraTest to pl-srv.c
- All other libsrv components updated to accomodate changes in libsrv-misc