summaryrefslogtreecommitdiffstats
path: root/mdadm.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdadm.c')
-rw-r--r--mdadm.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mdadm.c b/mdadm.c
index a46a716b..86a4fad2 100644
--- a/mdadm.c
+++ b/mdadm.c
@@ -116,13 +116,6 @@ int main(int argc, char *argv[])
ident.container = NULL;
ident.member = NULL;
- /*
- * set first char of argv[0] to @. This is used by
- * systemd to signal that the task was launched from
- * initrd/initramfs and should be preserved during shutdown
- */
- argv[0][0] = '@';
-
while ((option_index = -1) ,
(opt=getopt_long(argc, argv,
shortopt, long_options,