Tue Jun 4 01:50:37 AM CEST 2024
This commit is contained in:
parent
4991d9f7a4
commit
a7fec5dd4e
|
@ -9,7 +9,7 @@
|
|||
|
||||
async def run():
|
||||
text = subprocess.check_output(
|
||||
["journalctl", "--user", "-u", sys.argv[1], "-b", "0"]
|
||||
["journalctl", "--user", "-u", sys.argv[1], "-b"]
|
||||
).decode("utf-8")
|
||||
|
||||
with open("/home/server/mail.log", "a") as f:
|
||||
|
|
Loading…
Reference in New Issue