Update lazylibrarian-install.sh to remove daemon-reload. it is not needed

This commit is contained in:
MountyMapleSyrup 2024-04-03 10:26:06 -04:00 committed by GitHub
parent 9a9bc560b5
commit 1323542b95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,6 @@ Restart=on-failure
[Install]
WantedBy=multi-user.target
EOF
systemctl -q daemon-reload
systemctl enable --now -q lazylibrarian
msg_ok "Created Service"