cmake - Debian package:user and group -


Recently, I use cmake / cpack to create a Debian package. I become successful. But I install it on a computer (Sudo Dpkg -i mypcakge.deb), I get a problem: The user and group of the installation program is root: root. Due to some reason, my problem should be run in a specific user / group. I do not know how to do this, can you help me?

Also, after installing the package I do not want to modify the user and the group with the cron (..). How to add something to CMakeLists?


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -