added logpath in the plist
This commit is contained in:
parent
2e9a4909e2
commit
c03f1c0845
1 changed files with 3 additions and 0 deletions
|
|
@ -11,5 +11,8 @@
|
||||||
<key>RunAtLoad</key><true/>
|
<key>RunAtLoad</key><true/>
|
||||||
<key>KeepAlive</key><true/>
|
<key>KeepAlive</key><true/>
|
||||||
<key>UserName</key><string>root</string>
|
<key>UserName</key><string>root</string>
|
||||||
|
|
||||||
|
<key>StandardOutPath</key><string>/var/log/snapclean.log</string>
|
||||||
|
<key>StandardErrorPath</key><string>/var/log/snapclean.err</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue