Remove upstart support
Upstart has been discontinued for more than a decade, and no modern distributions are using it anymore, so get rid of it.
This commit is contained in:
@@ -29,8 +29,3 @@
|
||||
if which systemctl &> /dev/null; then
|
||||
systemctl --no-block restart clatd.service
|
||||
fi
|
||||
|
||||
# upstart-based distros
|
||||
if test -x /sbin/initctl; then
|
||||
/sbin/initctl restart clatd
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user