<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - >=sys-apps/systemd-205 - systemd --user: Failed to create root cgroup hierarchy: Permission denied"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67471#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - >=sys-apps/systemd-205 - systemd --user: Failed to create root cgroup hierarchy: Permission denied"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67471">bug 67471</a>
              from <span class="vcard"><a class="email" href="mailto:alpine.art.de@googlemail.com" title="Franz Fellner <alpine.art.de@googlemail.com>"> <span class="fn">Franz Fellner</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>