File: launchd.noprogram.plist

package info (click to toggle)
plaso 20260119-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 672,264 kB
  • sloc: python: 93,763; sh: 541; xml: 97; makefile: 19; sql: 14; vhdl: 11
file content (12 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Label</key>
	<string>foo</string>
	<key>ProgramArguments</key>
	<array>
		<string>/usr/bin/true</string>
	</array>
</dict>
</plist>