No description
Find a file
msehnout 7cf8c2e875 Remove RuntimeDirectory
This directory is currently only used for unix-domain sockets but they are created by systemd with the socket unit and therefore this line is redundant and maybe even causes problems.

We want the sockets to live even when the service is down (either because of error or intentional suspension) and it seems that setting the RuntimeDirectory to the directories that contain the sockets makes systemd remove both directories and unlink the sockets when the service fails and that is exactly what we don't want.
2019-10-04 11:17:10 +02:00
cmd Integration of osbuild composer with systemd 2019-10-02 17:56:59 +02:00
distribution Remove RuntimeDirectory 2019-10-04 11:17:10 +02:00
internal pipeline: clean up and document 2019-10-03 12:49:21 +02:00
tools image-info: sort bootmenu entries 2019-10-04 01:51:07 +02:00
.gitignore Add simple osbuild-worker 2019-09-26 23:58:03 +02:00
.travis.yml minimal travis configuration 2019-09-24 17:50:48 +02:00
dnf-json osbuild-composer 2019-09-13 18:50:13 +02:00
go.mod Integration of osbuild composer with systemd 2019-10-02 17:56:59 +02:00
go.sum Integration of osbuild composer with systemd 2019-10-02 17:56:59 +02:00
Makefile Integration of osbuild composer with systemd 2019-10-02 17:56:59 +02:00