Hi Thomas,
On 11/11/2014 10:36 AM, Thomas Goirand wrote:
I have uploaded version 19 of openstack-pkg-tools, which fixes the
issue. The way to fix it is to do:
RuntimeDirectory=${PROJECT_NAME}
as per the systemd manpages, and per what the guys in #debian-systemd
adviced.
Systemd is awesome: o
Hi Mikael,
I have uploaded version 19 of openstack-pkg-tools, which fixes the
issue. The way to fix it is to do:
RuntimeDirectory=${PROJECT_NAME}
as per the systemd manpages, and per what the guys in #debian-systemd
adviced.
The fixed package has been uploaded to Sid, and unblocked by the relea
On 11/02/2014 12:54 PM, Mikael Cluseau wrote:
+RuntimeDirectory=/var/run/${PROJECT_NAME}
This is not ok, systemd says its invalid. It needs to be :
+RuntimeDirectory=/run/${PROJECT_NAME}
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Tr
Package: openstack-pkg-tools
Version: 16
Severity: important
Dear Maintainer,
The systemd service files do not create the (required) runtime directories
(/var/run/${PROJECT_NAME}). This is required to have
the PID file written since the init script is ran as a non-root user
($SYSTEM_USER, like
4 matches
Mail list logo