[systemd-bugs] [Bug 67471] >=sys-apps/systemd-205 - systemd --user: Failed to create root cgroup hierarchy: Permission denied

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Feb 9 08:17:51 PST 2015


https://bugs.freedesktop.org/show_bug.cgi?id=67471

--- Comment #10 from Franz Fellner <alpine.art.de at googlemail.com> ---
Just tried it again, and I now (with systemd-218) have systemd --user started
automatically at login. But it does not start my user-services. Starting
manually works, but especially offlineimap should start automatically.
The service file:

$ cat ~/.config/systemd/user/offlineimap.service 
[Unit]
Description=Start offlineimap as a daemon
Wants=network-online.target
After=network.target

[Service]
ExecStart=/usr/bin/python2.7 /usr/bin/offlineimap -u basic
KillSignal=SIGUSR2
Restart=always

[Install]
WantedBy=multi-user.target

###

systemctl --user status offlineimap
● offlineimap.service - Start offlineimap as a daemon
   Loaded: loaded (/home/franz/.config/systemd/user/offlineimap.service;
enabled; vendor preset: enabled)
   Active: inactive (dead)

Is there something wrong with the service file? Is something specific needed
for this to work? Or is this use case still "not supported"?
I migrated from an own static network service-file to systemd-networkd just to
get a working inplementation for network-online.target. Did not help.

Any hint is appreciated.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20150209/7621d554/attachment.html>


More information about the systemd-bugs mailing list