mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
Remove outdated init scripts
Remove several init scripts for operating systems that are no longer supported: * `init.ubuntu` would only be useful on Ubuntu 14.04 LTS which has been in ESM for over a year * `init.solaris` is for an operating system that hasn't been updated in >10 years * `init.upstart` is for a startup method Ubuntu attempted but abandoned * `init.fedora.centos.service` is for a version that hasn't recieved updates since 2017-05-10 * `init.freenas` is identical to `init.freebsd` * `init-alt.freebsd` appears to attempt to use the web interface directly, and would break with authentication enabled
This commit is contained in:
parent
4edd2001b3
commit
3f87996bfc
7 changed files with 1 additions and 520 deletions
|
@ -60,7 +60,7 @@ verify_tautulli_pid() {
|
|||
|
||||
# Try to stop Tautulli cleanly by sending SIGTERM
|
||||
tautulli_stop() {
|
||||
echo "Stopping $name"
|
||||
echo "Stopping $name."
|
||||
verify_tautulli_pid
|
||||
if [ -n "${pid}" ]; then
|
||||
kill ${pid}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue