aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-08-03 15:48:24 -0400
committerCameron Katri <me@cameronkatri.com>2021-08-03 15:48:24 -0400
commita78e318b5d8a0e7f204fffb193502976e524f4b2 (patch)
tree69412fe79f8e4618a0904b3e657ede32f9dd7758
parent3c22576364b41f477300e6ea6e6417ceb067bd34 (diff)
downloadapple_cmds-a78e318b5d8a0e7f204fffb193502976e524f4b2.tar.gz
apple_cmds-a78e318b5d8a0e7f204fffb193502976e524f4b2.tar.zst
apple_cmds-a78e318b5d8a0e7f204fffb193502976e524f4b2.zip
atrun: Install LaunchDaemon
-rw-r--r--system_cmds/atrun.tproj/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/system_cmds/atrun.tproj/Makefile b/system_cmds/atrun.tproj/Makefile
index 0b38fee..ba4ac79 100644
--- a/system_cmds/atrun.tproj/Makefile
+++ b/system_cmds/atrun.tproj/Makefile
@@ -2,6 +2,9 @@ PROG= atrun
MAN= atrun.8
SRCS= atrun.c gloadavg.c
+FILES= com.apple.atrun.plist
+FILESDIR= /Library/LaunchDaemons/
+
LDADD+=-liosexec
CFLAGS+=-I${.CURDIR}/../at.tproj -DPROC_DIR=\"/proc\"