diff options
author | Hans Gaiser | 2025-02-02 00:26:27 +0100 |
---|---|---|
committer | Hans Gaiser | 2025-02-02 00:26:27 +0100 |
commit | 7345710cf0d17983b4b1781cda5c32873b8283ba (patch) | |
tree | cc9c39fbccc7c82e84bea54e73357cb072793d17 /moonshine.service | |
parent | 1169f2d7a01cfb25891fe12c6c535624df26ccac (diff) | |
download | aur-7345710cf0d17983b4b1781cda5c32873b8283ba.tar.gz |
Set RUST_LOG=info.
Diffstat (limited to 'moonshine.service')
-rw-r--r-- | moonshine.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/moonshine.service b/moonshine.service index 74a093d50509..cdbb00167338 100644 --- a/moonshine.service +++ b/moonshine.service @@ -6,6 +6,7 @@ After=graphical-session.target [Service] ExecStart=/usr/bin/moonshine %E/moonshine/config.toml +Environment=RUST_LOG=info Restart=always [Install] |