Skip to content

Commit

Permalink
automount.service: Add restart=always
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Sep 27, 2017
1 parent ed2336b commit 4a7de91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc_systemd_units/automount.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ 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
Restart=always

[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit 4a7de91

Please sign in to comment.