diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-10-02 13:23:10 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-10-02 22:23:56 +0200 |
commit | 59fccd82117cf9a84454f41867a882f872916dc5 (patch) | |
tree | 85962a6a42407add9d074e4750d6830fe83416dc /TODO | |
parent | 7074fecf6747c9a6ad872cc87701481e8bece8b0 (diff) |
execute.c: always set $SHELL
In e6dca81 $SHELL was added to user@.service. Let's
instead provide it to all units which have a user.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -54,8 +54,6 @@ CGroup Rework Completion: Features: -* set $SHELL where we set $HOME and $USER when User= is set of a service, drop its manual setting from user@.service - * we probably should replace the left-over uses of strv_append() and replace them by strv_push() or strv_extend() * move config_parse_path_strv() out of conf-parser.c |