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:
Landon Abney 2020-03-28 16:58:06 -07:00
parent 4edd2001b3
commit 3f87996bfc
No known key found for this signature in database
GPG key ID: 95BD13E1C8912E29
7 changed files with 1 additions and 520 deletions

View file

@ -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}