Fix autostart

This commit is contained in:
2017-08-26 11:31:18 +02:00
parent 4faeb99007
commit ea8cd5ba83
10 changed files with 0 additions and 0 deletions

5
autostart/10_cleanup.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -o nounset
find "$RUNDIR" -type f -name '*.pid' -delete