potuz Guru

Joined: 30 Jan 2010 Posts: 378
|
Posted: Thu Feb 12, 2015 1:16 pm Post subject: systemd permission denied |
|
|
I am trying to set up a user session of systemd (to replace with timers my user contrabs) following essentially the arch wiki in https://wiki.archlinux.org/index.php/Systemd/User
I am having trouble with systemd trying to create some directories under /run/user/1000/ because of Permission:
Code: |
$journalctl
pisco systemd[2013]: Failed to create generator directory /run/user/%I/systemd/generator: Permission denied
pisco systemd[2013]: bind(@run/user/%I/systemd/notify) failed: No such file or directory
pisco systmed[2013]: Failed to bind private socket: No such file or directory
pisco systemd[2013]: Failed to fully start up daemon: No such file or directory
|
I suppose this is because systemd does not run as root and the permissions in /var/run/user/1000/ are on the user... is there anyway to solve this? |
|