You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/gvmd/files/gvmd-startpre.sh

8 lines
295 B

#!/bin/sh
# Greenbone Vulnerability Manager Systemd ExecStartPre
touch /var/run/gvm-{checking,create-functions,helping,migrating,serving}
chown -R gvm:gvm /var/run/gvm-{checking,create-functions,helping,migrating,serving}
touch /var/run/feed-update.lock
chown gvm:gvm /var/run/feed-update.lock