blob: dbcc52398a282f2f25c7c28f89b6581774fd02e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/sbin/openrc-run
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
supervisor=supervise-daemon
name="atopgpud"
command="/usr/sbin/atopgpud"
command_args="-f"
pidfile="/run/${RC_SVCNAME}.pid"
depend() {
before atop atopacct
}
|