{"id":269,"date":"2012-04-05T20:44:04","date_gmt":"2012-04-06T02:44:04","guid":{"rendered":"http:\/\/www.georges.nu\/blog\/?p=269"},"modified":"2012-10-31T15:40:06","modified_gmt":"2012-10-31T21:40:06","slug":"how-to-always-keep-a-program-running-in-mac-osx","status":"publish","type":"post","link":"https:\/\/www.georges.nu\/blog\/2012\/04\/how-to-always-keep-a-program-running-in-mac-osx\/","title":{"rendered":"How to Always Keep a Program Running in Mac OSX"},"content":{"rendered":"<p>With IOS 5, you can now automatically sync your iPhone over the air, if your iPhone is plugged into a charging device and is on the same wifi network as the computer with your iTunes library.\u00a0 I really like this feature.\u00a0 I listen to a lot of podcasts, some of which come out daily.\u00a0 So, with over-the-air syncing, now I don&#8217;t have to plug my iPhone into my computer every day to make sure I&#8217;ve got my latest podcasts.\u00a0 I shouldn&#8217;t even need to touch that computer, but when I wake up in the morning and unplug my iPhone from its charger on my nightstand I am ready to go and can listen to that first podcast while I&#8217;m getting showered and dressed.\u00a0 That is unless iTunes is not running.\u00a0 Many times I have gotten up and a new podcast was not waiting for me.\u00a0 And it is universally because iTunes was closed.\u00a0 Now I need to open iTunes and wait for it to check for new podcasts and download then and then sync my iPhone.\u00a0 Many wasted minutes and my day is off to a poor start.\u00a0 So, how can I make sure that iTunes stays open?<\/p>\n<p>I got this procedure <a title=\"Always keep an application open\" href=\"http:\/\/hints.macworld.com\/article.php?story=20110617204111325&#038;phpMyAdmin=a28b813e27a4f54f9528526550cafb24\" target=\"_blank\">from this MacWorld forum post<\/a>.<\/p>\n<p>If you have iTunes set to open on login, deselect that.\u00a0 This will take care of it.<\/p>\n<p>Create the following plist file in the LaunchAgents folder of your home Library (<em>~\/Library\/LaunchAgents<\/em>) with the name <em>user.launchkeep.itunes.plist<\/em>:<\/p>\n<div>\n<pre>&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;\r\n&lt;!DOCTYPE plist PUBLIC \"-\/\/Apple\/\/DTD PLIST 1.0\/\/EN\" \"http:\/\/www.apple.com\/DTDs\/PropertyList-1.0.dtd\"&gt;\r\n&lt;plist version=\"1.0\"&gt;\r\n&lt;dict&gt;\r\n  &lt;key&gt;Label&lt;\/key&gt;\r\n  &lt;string&gt;user.launchkeep.itunes&lt;\/string&gt;\r\n  &lt;key&gt;KeepAlive&lt;\/key&gt;\r\n  &lt;true\/&gt;\r\n  &lt;key&gt;Program&lt;\/key&gt;\r\n  &lt;string&gt;\/Applications\/iTunes.app\/Contents\/MacOS\/iTunes&lt;\/string&gt;\r\n&lt;\/dict&gt;\r\n&lt;\/plist&gt;<\/pre>\n<\/div>\n<p>Load this launchd job by running the following command in Terminal:<\/p>\n<pre>launchctl load ~\/Library\/LaunchAgents\/user.launchkeep.itunes.plist<\/pre>\n<p>Now if you quit iTunes it will start right back up.\u00a0 In order to quit the app at any time other than logout or shutdown you&#8217;ll need to disable the job.\u00a0 To do that run the following comman in Terminal:<\/p>\n<pre>launchctl remove user.launchkeep.itunes<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>With IOS 5, you can now automatically sync your iPhone over the air, if your iPhone is plugged into a charging device and is on the same wifi network as the computer with your iTunes library.\u00a0 I really like this feature.\u00a0 I listen to a lot of podcasts, some of which come out daily.\u00a0 So, [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"categories":[8],"tags":[19,18],"class_list":["post-269","post","type-post","status-publish","format-standard","hentry","category-technology","tag-apple","tag-mac"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Always Keep a Program Running in Mac OSX - georges&#039; blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.georges.nu\/blog\/2012\/04\/how-to-always-keep-a-program-running-in-mac-osx\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Always Keep a Program Running in Mac OSX - georges&#039; blog\" \/>\n<meta property=\"og:description\" content=\"With IOS 5, you can now automatically sync your iPhone over the air, if your iPhone is plugged into a charging device and is on the same wifi network as the computer with your iTunes library.\u00a0 I really like this feature.\u00a0 I listen to a lot of podcasts, some of which come out daily.\u00a0 So, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.georges.nu\/blog\/2012\/04\/how-to-always-keep-a-program-running-in-mac-osx\/\" \/>\n<meta property=\"og:site_name\" content=\"georges&#039; blog\" \/>\n<meta property=\"article:published_time\" content=\"2012-04-06T02:44:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2012-10-31T21:40:06+00:00\" \/>\n<meta name=\"author\" content=\"kendall\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"kendall\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.georges.nu\\\/blog\\\/2012\\\/04\\\/how-to-always-keep-a-program-running-in-mac-osx\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.georges.nu\\\/blog\\\/2012\\\/04\\\/how-to-always-keep-a-program-running-in-mac-osx\\\/\"},\"author\":{\"name\":\"kendall\",\"@id\":\"https:\\\/\\\/www.georges.nu\\\/blog\\\/#\\\/schema\\\/person\\\/ce80a5c6977806ddde26697166b76897\"},\"headline\":\"How to Always Keep a Program Running in Mac OSX\",\"datePublished\":\"2012-04-06T02:44:04+00:00\",\"dateModified\":\"2012-10-31T21:40:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.georges.nu\\\/blog\\\/2012\\\/04\\\/how-to-always-keep-a-program-running-in-mac-osx\\\/\"},\"wordCount\":306,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.georges.nu\\\/blog\\\/#\\\/schema\\\/person\\\/ce80a5c6977806ddde26697166b76897\"},\"keywords\":[\"Apple\",\"Mac\"],\"articleSection\":[\"Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.georges.nu\\\/blog\\\/2012\\\/04\\\/how-to-always-keep-a-program-running-in-mac-osx\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.georges.nu\\\/blog\\\/2012\\\/04\\\/how-to-always-keep-a-program-running-in-mac-osx\\\/\",\"url\":\"https:\\\/\\\/www.georges.nu\\\/blog\\\/2012\\\/04\\\/how-to-always-keep-a-program-running-in-mac-osx\\\/\",\"name\":\"How to Always Keep a Program Running in Mac OSX - georges&#039; blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.georges.nu\\\/blog\\\/#website\"},\"datePublished\":\"2012-04-06T02:44:04+00:00\",\"dateModified\":\"2012-10-31T21:40:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.georges.nu\\\/blog\\\/2012\\\/04\\\/how-to-always-keep-a-program-running-in-mac-osx\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.georges.nu\\\/blog\\\/2012\\\/04\\\/how-to-always-keep-a-program-running-in-mac-osx\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.georges.nu\\\/blog\\\/2012\\\/04\\\/how-to-always-keep-a-program-running-in-mac-osx\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.georges.nu\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Always Keep a Program Running in Mac OSX\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.georges.nu\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.georges.nu\\\/blog\\\/\",\"name\":\"georges' blog\",\"description\":\"georges&#039; WordPress blog\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.georges.nu\\\/blog\\\/#\\\/schema\\\/person\\\/ce80a5c6977806ddde26697166b76897\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.georges.nu\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.georges.nu\\\/blog\\\/#\\\/schema\\\/person\\\/ce80a5c6977806ddde26697166b76897\",\"name\":\"kendall\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e8f13045a891fc78ea8da62037782a166bd7d0fefa0ffe17ea5bb6eb94d88c5f?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e8f13045a891fc78ea8da62037782a166bd7d0fefa0ffe17ea5bb6eb94d88c5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e8f13045a891fc78ea8da62037782a166bd7d0fefa0ffe17ea5bb6eb94d88c5f?s=96&d=mm&r=g\",\"caption\":\"kendall\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e8f13045a891fc78ea8da62037782a166bd7d0fefa0ffe17ea5bb6eb94d88c5f?s=96&d=mm&r=g\"},\"sameAs\":[\"http:\\\/\\\/www.georges.nu\"],\"url\":\"https:\\\/\\\/www.georges.nu\\\/blog\\\/author\\\/kendall\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Always Keep a Program Running in Mac OSX - georges&#039; blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.georges.nu\/blog\/2012\/04\/how-to-always-keep-a-program-running-in-mac-osx\/","og_locale":"en_US","og_type":"article","og_title":"How to Always Keep a Program Running in Mac OSX - georges&#039; blog","og_description":"With IOS 5, you can now automatically sync your iPhone over the air, if your iPhone is plugged into a charging device and is on the same wifi network as the computer with your iTunes library.\u00a0 I really like this feature.\u00a0 I listen to a lot of podcasts, some of which come out daily.\u00a0 So, [&hellip;]","og_url":"https:\/\/www.georges.nu\/blog\/2012\/04\/how-to-always-keep-a-program-running-in-mac-osx\/","og_site_name":"georges&#039; blog","article_published_time":"2012-04-06T02:44:04+00:00","article_modified_time":"2012-10-31T21:40:06+00:00","author":"kendall","twitter_card":"summary_large_image","twitter_misc":{"Written by":"kendall","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.georges.nu\/blog\/2012\/04\/how-to-always-keep-a-program-running-in-mac-osx\/#article","isPartOf":{"@id":"https:\/\/www.georges.nu\/blog\/2012\/04\/how-to-always-keep-a-program-running-in-mac-osx\/"},"author":{"name":"kendall","@id":"https:\/\/www.georges.nu\/blog\/#\/schema\/person\/ce80a5c6977806ddde26697166b76897"},"headline":"How to Always Keep a Program Running in Mac OSX","datePublished":"2012-04-06T02:44:04+00:00","dateModified":"2012-10-31T21:40:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.georges.nu\/blog\/2012\/04\/how-to-always-keep-a-program-running-in-mac-osx\/"},"wordCount":306,"commentCount":0,"publisher":{"@id":"https:\/\/www.georges.nu\/blog\/#\/schema\/person\/ce80a5c6977806ddde26697166b76897"},"keywords":["Apple","Mac"],"articleSection":["Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.georges.nu\/blog\/2012\/04\/how-to-always-keep-a-program-running-in-mac-osx\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.georges.nu\/blog\/2012\/04\/how-to-always-keep-a-program-running-in-mac-osx\/","url":"https:\/\/www.georges.nu\/blog\/2012\/04\/how-to-always-keep-a-program-running-in-mac-osx\/","name":"How to Always Keep a Program Running in Mac OSX - georges&#039; blog","isPartOf":{"@id":"https:\/\/www.georges.nu\/blog\/#website"},"datePublished":"2012-04-06T02:44:04+00:00","dateModified":"2012-10-31T21:40:06+00:00","breadcrumb":{"@id":"https:\/\/www.georges.nu\/blog\/2012\/04\/how-to-always-keep-a-program-running-in-mac-osx\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.georges.nu\/blog\/2012\/04\/how-to-always-keep-a-program-running-in-mac-osx\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.georges.nu\/blog\/2012\/04\/how-to-always-keep-a-program-running-in-mac-osx\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.georges.nu\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Always Keep a Program Running in Mac OSX"}]},{"@type":"WebSite","@id":"https:\/\/www.georges.nu\/blog\/#website","url":"https:\/\/www.georges.nu\/blog\/","name":"georges' blog","description":"georges&#039; WordPress blog","publisher":{"@id":"https:\/\/www.georges.nu\/blog\/#\/schema\/person\/ce80a5c6977806ddde26697166b76897"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.georges.nu\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.georges.nu\/blog\/#\/schema\/person\/ce80a5c6977806ddde26697166b76897","name":"kendall","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e8f13045a891fc78ea8da62037782a166bd7d0fefa0ffe17ea5bb6eb94d88c5f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e8f13045a891fc78ea8da62037782a166bd7d0fefa0ffe17ea5bb6eb94d88c5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e8f13045a891fc78ea8da62037782a166bd7d0fefa0ffe17ea5bb6eb94d88c5f?s=96&d=mm&r=g","caption":"kendall"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/e8f13045a891fc78ea8da62037782a166bd7d0fefa0ffe17ea5bb6eb94d88c5f?s=96&d=mm&r=g"},"sameAs":["http:\/\/www.georges.nu"],"url":"https:\/\/www.georges.nu\/blog\/author\/kendall\/"}]}},"_links":{"self":[{"href":"https:\/\/www.georges.nu\/blog\/wp-json\/wp\/v2\/posts\/269","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.georges.nu\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.georges.nu\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.georges.nu\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.georges.nu\/blog\/wp-json\/wp\/v2\/comments?post=269"}],"version-history":[{"count":9,"href":"https:\/\/www.georges.nu\/blog\/wp-json\/wp\/v2\/posts\/269\/revisions"}],"predecessor-version":[{"id":565,"href":"https:\/\/www.georges.nu\/blog\/wp-json\/wp\/v2\/posts\/269\/revisions\/565"}],"wp:attachment":[{"href":"https:\/\/www.georges.nu\/blog\/wp-json\/wp\/v2\/media?parent=269"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.georges.nu\/blog\/wp-json\/wp\/v2\/categories?post=269"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.georges.nu\/blog\/wp-json\/wp\/v2\/tags?post=269"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}