aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-20 14:57:02 +0300
committerCem Keylan <cem@ckyln.com>2020-05-20 14:57:02 +0300
commit50c3bba44ffff5c4105648275f36aa64e6a96e02 (patch)
treee9b5eeac9baacec82b0b5cbf9ff9f448153c65f9 /rc.conf
parent2c629502b4248d266ecde461fb8773198507c6ec (diff)
downloadinit-50c3bba44ffff5c4105648275f36aa64e6a96e02.tar.gz
add option to log boot and shutdown to a file
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/rc.conf b/rc.conf
index 7a8ce97..c201f45 100644
--- a/rc.conf
+++ b/rc.conf
@@ -8,3 +8,8 @@ keymap=
# Set dmesg level
dmesg_level=
+# Enable logging
+# log=1
+
+# Set log directory (default /var/log/init)
+# log_dir= \ No newline at end of file