Fix unused variable systemd_enabled

Removed declared but unused variable systemd_enabled
pull/4420/head
Semyon Deviatkin 2015-05-15 11:36:04 +03:00 committed by Matt Clay
parent d24fbf5c3e
commit e94140e52b
1 changed files with 0 additions and 1 deletions

View File

@ -421,7 +421,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')