Systemd/src
Lennart Poettering a9353a5c5b core: log about /var/run/ prefix used in PIDFile=, patch it to be /run instead
In a way this is a follow-up for
a2d1fb882c, but adds a similar warning for
PIDFile=.

There's a much stronger case for doing this kind of notification in
tmpfiles.d (since it helps relating lines to each other for the purpose
of merging them). Doing this for PIDFile= is mostly about being
systematic and copying tmpfiles.d/ behaviour here.

While we are at it, let's also support relative filenames in PIDFile=
now, and prefix them with /run, to make them absolute.

Fixes: #10657
2018-11-10 19:17:00 +01:00
..
ac-power
activate
analyze id128,analyze: fix layout of help message 2018-11-10 11:58:50 +01:00
ask-password
backlight backlight: use log_device_*() 2018-10-23 22:44:07 +09:00
basic random-util: allow RDRAND to be used in 32-bit x86 binaries 2018-11-10 14:56:53 +01:00
binfmt tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files under /proc or /sys 2018-11-06 21:24:03 +09:00
boot Merge pull request #9437 from poettering/sd-boot-count 2018-10-19 23:04:22 +02:00
busctl busctl: include error cause in log message 2018-10-20 00:57:53 +09:00
cgls
cgroups-agent
cgtop cgtop: include error cause in log message 2018-10-20 01:01:31 +09:00
core core: log about /var/run/ prefix used in PIDFile=, patch it to be /run instead 2018-11-10 19:17:00 +01:00
coredump coredump: only install coredump.conf when ENABLED_COREDUMP=true 2018-11-02 14:31:12 +01:00
cryptsetup cryptsetup-generator: allow whitespace characters in keydev specification 2018-10-30 09:18:46 +01:00
debug-generator debug-generator: introduce rd.* version of all options 2018-10-25 17:05:50 +02:00
delta
detect-virt
dissect dissect: include error cause in log message 2018-10-20 01:54:29 +09:00
environment-d-generator
escape
firstboot random-util: optionally enable blocking getrandom() behaviour 2018-11-08 09:44:27 +01:00
fsck fsck: use log_device_*() 2018-10-23 22:44:07 +09:00
fstab-generator
fuzz Merge pull request #10563 from keszybz/lz4-quickfix-quickfix 2018-10-30 14:51:55 +01:00
getty-generator
gpt-auto-generator gpt-auto-generator: use log_device_*() 2018-10-23 22:44:07 +09:00
hibernate-resume tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files under /proc or /sys 2018-11-06 21:24:03 +09:00
hostname
hwdb hwdb,udevadm: also unify hwdb_query() and hwdb_test() 2018-09-19 17:38:07 +09:00
id128 id128,analyze: fix layout of help message 2018-11-10 11:58:50 +01:00
import curl-util: fix error code check from curl_multi_socket_action 2018-10-27 12:04:45 +02:00
initctl
journal Drop copyright for Marius Vollmer 2018-10-31 09:34:38 +01:00
journal-remote tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journal 2018-10-16 16:33:55 +02:00
kernel-install kernel-install: teach bot loader spec entry generator to generate entries with "tries" 2018-10-19 22:34:50 +02:00
libsystemd sd-device: fix possible use of uninitialized value 2018-11-10 11:59:32 +01:00
libsystemd-network ndisc: improve debug log message 2018-11-06 20:15:09 +09:00
libudev sd-device: make sd_device_get_is_initialized() returns is_initialized by return value 2018-10-29 17:33:33 +09:00
locale Merge pull request #10450 from poettering/foreach-line-excorcism 2018-10-19 08:44:51 +09:00
login logind: fix compilation without utmp (#10674) 2018-11-07 17:29:21 +01:00
machine machined: rework referencing of machine scopes from machined, too 2018-11-09 17:15:34 +01:00
machine-id-setup
modules-load modules-load: return first error in the loop 2018-10-24 05:04:01 +09:00
mount mount-tool: use log_device_*() 2018-10-23 22:44:07 +09:00
network network: add missing verification for ip6gretap and sit 2018-11-10 15:53:18 +09:00
notify
nspawn nspawn: rework how we allocate/kill scopes 2018-11-09 17:08:59 +01:00
nss-myhostname
nss-mymachines
nss-resolve
nss-systemd
partition
path
portable portabled: generate a more useful error when invalid image types are attempted to be attached 2018-10-08 18:49:45 +02:00
quotacheck
random-seed
rc-local-generator
remount-fs
reply-password string-util: introduce explicit_zero_safe() 2018-10-24 21:00:15 +02:00
resolve Merge pull request #10460 from yuwata/setsockopt_int-more 2018-10-19 10:12:00 +02:00
rfkill sd-device: make sd_device_get_is_initialized() returns is_initialized by return value 2018-10-29 17:33:33 +09:00
run
shared conf-parser: ignore trailing back-slash in comment 2018-11-08 18:09:04 +09:00
sleep tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files under /proc or /sys 2018-11-06 21:24:03 +09:00
socket-proxy tree-wide: port various users over to sockaddr_un_set_path() 2018-10-15 19:40:51 +02:00
stdio-bridge
sulogin-shell sulogin-shell: Use force if SYSTEMD_SULOGIN_FORCE set 2018-10-17 20:30:10 +02:00
sysctl
system-update-generator
systemctl strv: wrap strv_new() in a macro so that NULL sentinel is implicit 2018-10-31 18:00:52 +01:00
systemd Merge pull request #10306 from poettering/nspawn-ref-unref 2018-11-09 20:49:31 +01:00
sysusers sysusers: FOREACH_LINE excorcism 2018-10-18 16:23:45 +02:00
sysv-generator strv: wrap strv_new() in a macro so that NULL sentinel is implicit 2018-10-31 18:00:52 +01:00
test random-util: allow RDRAND to be used in 32-bit x86 binaries 2018-11-10 14:56:53 +01:00
time-wait-sync
timedate bus-util: make --property= optionally take value 2018-09-12 12:11:25 +09:00
timesync tree-wide: replace 'unsigned int' with 'unsigned' 2018-10-19 22:19:12 +02:00
tmpfiles tmpfiles: FOREACH_LINE excorcism 2018-10-18 16:23:45 +02:00
tty-ask-password-agent ask-password: improve log message when inotify limit is reached 2018-11-07 15:48:43 +01:00
udev udevadm-test: replace udev_device by sd_device 2018-11-07 13:35:03 +09:00
update-done
update-utmp
user-sessions
vconsole tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files under /proc or /sys 2018-11-06 21:24:03 +09:00
veritysetup
volatile-root