tools-systemd: isolate systemd scripts to their own directory

This commit is contained in:
Anthony G. Basile 2016-03-09 05:00:05 -05:00
parent ed422ec6fb
commit 8d7e8ae3a3
3 changed files with 8 additions and 4 deletions

6
tools-systemd/clean.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
# This just removes the temporary conf err and log
# files generated during a run
rm -f *conf *err *log