Re: [systemd-devel] Service always started as root

2013-10-07 Thread Mantas Mikulėnas
On Mon, Oct 7, 2013 at 10:40 AM, Daniel Spannbauer wrote: > Hello, > > I've configured a service which should start as a specific user. But the > service is always started as root. > > Here is my service-file: > > [Unit] > Description=Autologin > After=getty.target > > [Service] > ExecStart=/usr/b

[systemd-devel] Service always started as root

2013-10-07 Thread Daniel Spannbauer
Hello, I've configured a service which should start as a specific user. But the service is always started as root. Here is my service-file: [Unit] Description=Autologin After=getty.target [Service] ExecStart=/usr/bin/autologin PAMName=login Name=daniel Group=users [Install] WantedBy=multi-user.