Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F35157071
D4122.id10815.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D4122.id10815.diff
View Options
diff --git a/Cargo.toml b/Cargo.toml
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alkane"
-version = "0.3.1"
+version = "0.3.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/support/freebsd/rc.d/alkane b/support/freebsd/rc.d/alkane
--- a/support/freebsd/rc.d/alkane
+++ b/support/freebsd/rc.d/alkane
@@ -17,7 +17,7 @@
# Default is "YES"
# alkane_log_path (path): The path to the software log
# Default is "/var/log/alkane.log".
-# alkane_log_level (str): The level of verbosity of the log (debug/info will output Rocket/Hyper too)
+# alkane_log_level (str): The level of verbosity of the log (debug/info will output Axum too)
# Default is "warn"
# alkane_syslog_output_enable (bool): Set to enable syslog output.
# Default is "NO". See daemon(8).
@@ -78,7 +78,7 @@
pidfile=/var/run/alkane.pid
procname="/usr/local/bin/alkane"
command="/usr/sbin/daemon"
-command_args="-f -t ${name} ${alkane_log_flags} ${alkane_syslog_output_flags} -p ${pidfile} ${procname} server"
+command_args="-f -t ${name} ${alkane_log_flags} ${alkane_syslog_output_flags} -p ${pidfile} /usr/bin/env ${alkane_env} ${procname} server"
start_precmd=alkane_startprecmd
required_files="$alkane_config"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 8, 03:13 (17 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3906527
Default Alt Text
D4122.id10815.diff (1 KB)
Attached To
Mode
D4122: Tweak FreeBSD rc service
Attached
Detach File
Event Timeline
Log In to Comment