diff options
author | B Stack <bgstack15@gmail.com> | 2020-01-12 18:42:10 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-01-12 18:42:10 -0500 |
commit | 595982218707cbbe30e7920d3a6af8f9398e32b0 (patch) | |
tree | 0b7071723719121a6cae63e403b05b63e4773101 /src/etc | |
parent | WIP: initial commit, 5% done (diff) | |
download | systemdtl-595982218707cbbe30e7920d3a6af8f9398e32b0.tar.gz systemdtl-595982218707cbbe30e7920d3a6af8f9398e32b0.tar.bz2 systemdtl-595982218707cbbe30e7920d3a6af8f9398e32b0.zip |
WIP: add most parsing
Still need to add the commands to execute the action list.
Diffstat (limited to 'src/etc')
-rw-r--r-- | src/etc/systemdtl.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/etc/systemdtl.conf b/src/etc/systemdtl.conf new file mode 100644 index 0000000..17b917f --- /dev/null +++ b/src/etc/systemdtl.conf @@ -0,0 +1,2 @@ +# Part of systemdtl package +logfile="/var/log/systemctl.log" |