Skip to content

Commit

Permalink
automount.service: Remove dangling whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Mar 22, 2021
1 parent 05067be commit 7212b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc_systemd_units/automount.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=basic.target
[Service]
Type=forking
ExecStartPre=/usr/sbin/make-automaps
ExecStart=/usr/sbin/automount -v
ExecStart=/usr/sbin/automount -v
ExecStartPost=/usr/bin/bash -c "for d in home jbod confidential project package scratch src pkg;do mount --make-shared /$d;done"
PIDFile=/run/autofs-running
ExecReload=/bin/kill -HUP $MAINPID
Expand Down

0 comments on commit 7212b1e

Please sign in to comment.