projects
/
minecraft_web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16f93d7
)
Remove "systemctl use" directive
author
Greg Burri
<greg.burri@gmail.com>
Wed, 23 Jun 2021 10:19:44 +0000
(12:19 +0200)
committer
Greg Burri
<greg.burri@gmail.com>
Wed, 23 Jun 2021 10:19:44 +0000
(12:19 +0200)
backend/src/minecraft_controller.rs
patch
|
blob
|
history
diff --git
a/backend/src/minecraft_controller.rs
b/backend/src/minecraft_controller.rs
index
260a6e4
..
9bcc7d3
100644
(file)
--- a/
backend/src/minecraft_controller.rs
+++ b/
backend/src/minecraft_controller.rs
@@
-4,9
+4,6
@@
use std::{ fs, time::SystemTime };
\r
use chrono::{ DateTime, offset::Local };
\r
\r
-#[cfg(target_os = "linux")]
\r
-use systemd::journal;
\r
-
\r
#[derive(Clone, Debug)]
\r
pub struct MinecraftExe {
\r
memory: u64, // [kB].
\r