On Thu, Oct 31, 2013 at 01:47:37PM +0000, Steven Chamberlain wrote: > And overriding the *entire* service file seems excessive if you wish to > override just one line of the package's service file. You add a file /etc/systemd/system/xxx.service.d/yyy.conf with the following contents:
[Service] SettingToOverride=whatever This is "appended" on top of the original file, overriding SettingToOverride. http://www.freedesktop.org/software/systemd/man/systemd.unit.html#Description, around the middle. You can view the overrides with systemd-delta (http://www.freedesktop.org/software/systemd/man/systemd-delta.html). Zbyszek -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

