small improvements
authorIan Kelling <ian@iankelling.org>
Sat, 15 Apr 2017 13:00:18 +0000 (06:00 -0700)
committerIan Kelling <ian@iankelling.org>
Sat, 15 Apr 2017 13:00:18 +0000 (06:00 -0700)
README
distro-end
mail-setup
maru-init [changed mode: 0644->0755]

diff --git a/README b/README
index f4cbb7043c22326f80b9a531b7d55db143dda397..fe7511a2e4fc117be4555d1209ec5b55cbb49a3a 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Scripts to setup distros how I like
+~2.5 lines of Bash to setup all my computers
 
 Initial os install is also automated using a separate repo called
 automated-distro-installer, also at iankelling.org/git.
index eac2a642ba2a0eec11c426c04d6f412a873b9063..b55fabc73eaa25e9cdb550ba4c24c8eb7e8a503b 100755 (executable)
@@ -71,6 +71,7 @@ case $HOSTNAME in
             bwm-ng
             chromium
             cpio-doc
+            cloc
             cron
             debconf-doc
             duplicity
@@ -554,6 +555,9 @@ EOF
 Description=rss2email
 
 [Timer]
+# for initial run. required.
+OnActiveSec=30
+# for subsequent runs.
 OnUnitInactiveSec=300
 
 [Install]
index e02d85943595697c92225de60e4ad610b0cbaf45..7921a22fd0ed262ff47760e9397e5c1293bd6e48 100755 (executable)
@@ -495,10 +495,11 @@ EOF
 Description=run spamd bug fix script every 10 minutes
 
 [Timer]
+OnActiveSec=60
 # the script looks back 9 minutes into the journal,
 # it takes a second to run,
 # so lets run every 9 minutes and 10 seconds.
-OnUnitInactiveSec=550
+OnUnitActiveSec=550
 
 [Install]
 WantedBy=timers.target
old mode 100644 (file)
new mode 100755 (executable)