From: Cameron Katri Date: Tue, 3 Aug 2021 19:48:24 +0000 (-0400) Subject: atrun: Install LaunchDaemon X-Git-Url: https://git.cameronkatri.com/apple_cmds.git/commitdiff_plain/a78e318b5d8a0e7f204fffb193502976e524f4b2?ds=sidebyside atrun: Install LaunchDaemon --- 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\"