diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-01-11 00:21:06 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-01-11 00:21:06 +0100 |
commit | 8afbb8e1180dce3cb33a14fc3ec5afcf501104e6 (patch) | |
tree | 9b865b95b235337ed4603c5764b9edf5ddbc24b3 /tmpfiles.d | |
parent | 5dd9014faf58bf974352043fbddd3a8e9c3cd9d9 (diff) |
unit: allow extension of unit files with .d/*.conf drop-ins
For all unit files foobar.service we will now read
foobar.service.d/*.conf, too. This may be used to override certain unit
settings without having to edit unit files directly.
This makes it really easy to change specific settings for services
without having to edit any unit file:
mkdir /etc/systemd/system/avahi-daemon.service.d/
echo -e '[Service]\nNice=99' > /etc/systemd/system/avahi-daemon.service.d/nice.conf
systemctl daemon-reload
Diffstat (limited to 'tmpfiles.d')
0 files changed, 0 insertions, 0 deletions