Subj : Re: More findings..
To : Nicholas Boel
From : Wilfred van Velzen
Date : Sat Jan 21 2017 04:51 pm
Hi,
On 2017-01-21 07:57:26, Nicholas Boel wrote to Andrew Leary:
about: "More findings..":
NB> It's not that big a deal. Just a simple .service file is usually
NB> required, although the one I started yesterday failed possibly due to
NB> the fact that the MBSE admin user needs to start it, and not root
NB> (which I think is default for systemd service files). So I'll just
NB> have to look into starting it as a user or even passing it off to the
NB> user once it's started.
You can specify the user and group in the .service file:
User=, Group=
Sets the Unix user or group that the processes are executed as,
respectively. Takes a single user or group name or ID as argument. If no group
is set, the default group of the user is chosen.