From 1957081c122fe231eb6120192489dd979d214317 Mon Sep 17 00:00:00 2001 From: mediocregopher Date: Sun, 13 Aug 2023 21:34:14 +0200 Subject: Update branch with all changes which could be brought in from private branches For a while I was keeping a private branch where there were a lot of non-public things included, and that became the de-facto branch while this one lagged. This one is now up-to-date, all private stuff is dealt with via config files which are not committed. --- awesome/mediocregopher-sysstats.service | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 awesome/mediocregopher-sysstats.service (limited to 'awesome/mediocregopher-sysstats.service') diff --git a/awesome/mediocregopher-sysstats.service b/awesome/mediocregopher-sysstats.service deleted file mode 100644 index bac39ba..0000000 --- a/awesome/mediocregopher-sysstats.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=mediocregopher's sysstats -Requires=network.target -After=network.target - -[Service] -Restart=always -RestartSec=1s -User=mediocregopher -ExecStart=/bin/bash -c 'while [ 1 ]; do out=$(~/.config/awesome/bin/sysstats.sh); echo "$out" > /tmp/sysstats; sleep 1; done' - -[Install] -WantedBy=multi-user.target -- cgit v1.2.3