Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts

Saturday, October 15, 2016

Choose what user to run the service under systemD

The systemd services are located in /etc/systemd, locate the desired service, e.g. the transmission-daemon service is located under /etc/systemd/system/multi-user.target.wants/transmission-daemon.service and the under the section

[Service]
User= <user that will run the service>
After I did the change I had to reboot to see the result.