summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSparticuz2018-04-20 07:08:59 -0400
committerSparticuz2018-04-20 07:08:59 -0400
commit4fe1fe3ca69fd6b0d59a1995510c8ea70252fb3e (patch)
tree10409c40f6850a51e4e6589d2052728656388beb
parent74d1926d9a52f8f43b5230c8c5addcae12d821e0 (diff)
downloadaur-4fe1fe3ca69fd6b0d59a1995510c8ea70252fb3e.tar.gz
Let the user decide when to restart the services
-rw-r--r--greyhole.install6
1 files changed, 0 insertions, 6 deletions
diff --git a/greyhole.install b/greyhole.install
index 5a97935482ff..5801544d6e8f 100644
--- a/greyhole.install
+++ b/greyhole.install
@@ -1,6 +1,4 @@
post_install() {
- systemctl restart smbd nmbd
-
echo "Manual Steps:"
echo "- Edit /etc/samba/smb.conf and make sure the following two options are set:"
echo " unix extensions = no"
@@ -10,7 +8,3 @@ post_install() {
echo " https://github.com/gboudreau/Greyhole/wiki to configure your installation"
echo " Also see: https://wiki.archlinux.org/index.php/Greyhole#Configuration"
}
-
-post_upgrade() {
- systemctl restart smbd nmbd
-}