diff --git a/system/service.py b/system/service.py index 3589340f152..42b9a7762f3 100644 --- a/system/service.py +++ b/system/service.py @@ -410,7 +410,6 @@ class LinuxService(Service): if not location.get('systemctl', False): return False - systemd_enabled = False # Check if init is the systemd command, using comm as cmdline could be symlink try: f = open('/proc/1/comm', 'r')