<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Techy Things &#187; supervisord</title>
	<atom:link href="https://tech.yipp.ca/category/supervisord/feed/" rel="self" type="application/rss+xml" />
	<link>https://tech.yipp.ca</link>
	<description>Just another Yipp.ca Blogs site</description>
	<lastBuildDate>Thu, 01 May 2025 18:06:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Add your script on startup for Raspberry Pi 3/4</title>
		<link>https://tech.yipp.ca/supervisord/add-script-startup-raspberry-pi-34/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-script-startup-raspberry-pi-34</link>
		<comments>https://tech.yipp.ca/supervisord/add-script-startup-raspberry-pi-34/#comments</comments>
		<pubDate>Mon, 14 Feb 2022 05:43:39 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[raspberry]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[supervisord]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=4179</guid>
		<description><![CDATA[<p>$ sudo nano /etc/supervisor/supervisord.conf ; Water Sensor [program:Water_Sensor] command= python /home/pi/water-sensor.py autostart=true autorestart=true Start $ sudo supervisorctl start Water_Sensor Stop $ sudo supervisorctl stop Water_Sensor</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/supervisord/add-script-startup-raspberry-pi-34/">Add your script on startup for Raspberry Pi 3/4</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>$ sudo nano /etc/supervisor/supervisord.conf</p>
<p>; Water Sensor<br />
[program:Water_Sensor]<br />
command= python /home/pi/water-sensor.py<br />
autostart=true<br />
autorestart=true</p>
<p>Start</p>
<p>$ sudo supervisorctl start Water_Sensor</p>
<p>Stop</p>
<p>$ sudo supervisorctl stop Water_Sensor</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/supervisord/add-script-startup-raspberry-pi-34/">Add your script on startup for Raspberry Pi 3/4</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/supervisord/add-script-startup-raspberry-pi-34/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
