summaryrefslogtreecommitdiff
blob: e199efc1e54e0efa7974e4d5e8f96038180ae795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/openrc-run
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

description="Maintain persistent software state in the NVIDIA driver"
command="nvidia-persistenced"
command_args="${NVPD_USER:+--user ${NVPD_USER}} ${ARGS}"
pidfile="/var/run/nvidia-persistenced/nvidia-persistenced.pid"

stop_post() {
	rmdir "${pidfile%/*}" 2>/dev/null || true
}