Fix autostart
This commit is contained in:
5
autostart/10_cleanup.sh
Executable file
5
autostart/10_cleanup.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o nounset
|
||||
|
||||
find "$RUNDIR" -type f -name '*.pid' -delete
|
||||
Reference in New Issue
Block a user