How to start atrun?
I have the following plist where Disabled is set to true. I am no able to edit the file. I can load the plist, but atrun will never run. This is specific to High Sierra. It worked in the previous verson of Mac OS, for which I upgraded my mac machine. Could anybody let me know how to get atrun working in High Sierra? Thanks.
$ /bin/ls -lO com.apple.atrun.plist
-rw-r--r-- 1 root wheel restricted,compressed 444 Dec 17 11:18 com.apple.atrun.plist
$ cat com.apple.atrun.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.apple.atrun</string>
<key>ProgramArguments</key>
<array>
<string>/usr/libexec/atrun</string>
</array>
<key>StartInterval</key>
<integer>30</integer>
<key>Disabled</key>
<true/>
</dict>
</plist>
$ sudo touch com.apple.atrun.plist
Password:
touch: setting times of 'com.apple.atrun.plist': Operation not permitted
$ launchctl load -w /System/Library/LaunchDaemons/com.apple.atrun.plist
MacBook Air, macOS High Sierra (10.13.3)