Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
this existed in 0813
Browse files Browse the repository at this point in the history
  • Loading branch information
eFiniLan committed Feb 27, 2024
1 parent 24d1061 commit 8bd9053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/hardware/eon/shutdownd.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def main():
# 0 for shutdown, 1 for reboot
prop = getprop("sys.shutdown.requested")
if prop is not None and len(prop) > 0:
# os.system("pkill -9 loggerd")
os.system("pkill -9 loggerd")
params.put("LastSystemShutdown", f"'{prop}' {datetime.datetime.now()}")
os.sync()

Expand Down

0 comments on commit 8bd9053

Please sign in to comment.