summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-10-02 13:23:10 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-10-02 22:23:56 +0200
commit59fccd82117cf9a84454f41867a882f872916dc5 (patch)
tree85962a6a42407add9d074e4750d6830fe83416dc /TODO
parent7074fecf6747c9a6ad872cc87701481e8bece8b0 (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--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 07269f47d2..425f6736c0 100644
--- a/TODO
+++ b/TODO
@@ -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