Skip to content

Commit

Permalink
Merge pull request #164 from mariux64/remove-automount-ns-setup
Browse files Browse the repository at this point in the history
automount.service: Remove share subtree mount setup
  • Loading branch information
pmenzel authored Mar 23, 2021
2 parents a3352a9 + ae9349a commit c1c06ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions misc_systemd_units/automount.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ After=basic.target
[Service]
Type=forking
ExecStartPre=/usr/sbin/make-automaps
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"
ExecStart=/usr/sbin/automount -v
PIDFile=/run/autofs-running
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
Expand Down

0 comments on commit c1c06ed

Please sign in to comment.