tools-systemd: isolate systemd scripts to their own directory
This commit is contained in:
parent
ed422ec6fb
commit
8d7e8ae3a3
3 changed files with 8 additions and 4 deletions
6
tools-systemd/clean.sh
Executable file
6
tools-systemd/clean.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue