All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fstrim: use long options in systemd service file
@ 2018-08-12 12:56 Sami Kerola
  2018-11-21  9:48 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Sami Kerola @ 2018-08-12 12:56 UTC (permalink / raw
  To: util-linux; +Cc: Sami Kerola

Long options are more user friendly.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
---
 sys-utils/fstrim.service.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-utils/fstrim.service.in b/sys-utils/fstrim.service.in
index d70367eea..04b1b460b 100644
--- a/sys-utils/fstrim.service.in
+++ b/sys-utils/fstrim.service.in
@@ -3,4 +3,4 @@ Description=Discard unused blocks on filesystems from /etc/fstab
 
 [Service]
 Type=oneshot
-ExecStart=@sbindir@/fstrim -Av
+ExecStart=@sbindir@/fstrim --fstab --verbose
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fstrim: use long options in systemd service file
  2018-08-12 12:56 [PATCH] fstrim: use long options in systemd service file Sami Kerola
@ 2018-11-21  9:48 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2018-11-21  9:48 UTC (permalink / raw
  To: Sami Kerola; +Cc: util-linux

On Sun, Aug 12, 2018 at 01:56:33PM +0100, Sami Kerola wrote:
> --- a/sys-utils/fstrim.service.in
> +++ b/sys-utils/fstrim.service.in

Applied, thanks.

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-21  9:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-12 12:56 [PATCH] fstrim: use long options in systemd service file Sami Kerola
2018-11-21  9:48 ` Karel Zak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.