<?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/"
	xmlns:series="https://publishpress.com/"
	>

<channel>
	<title>daemon &#8211; DevOps Lite</title>
	<atom:link href="https://devopslite.com/tag/daemon/feed/" rel="self" type="application/rss+xml" />
	<link>https://devopslite.com</link>
	<description>DevOps Howtos, Tutorials &#38; Guides</description>
	<lastBuildDate>Tue, 30 Apr 2024 10:33:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://devopslite.com/wp-content/uploads/2024/02/favicon.ico</url>
	<title>daemon &#8211; DevOps Lite</title>
	<link>https://devopslite.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Make bash script run as a service on Debian 8</title>
		<link>https://devopslite.com/make-bash-script-run-as-a-service-on-debian-8/</link>
					<comments>https://devopslite.com/make-bash-script-run-as-a-service-on-debian-8/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Wed, 14 Mar 2018 09:01:42 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[daemon]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[bash script]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[script]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=308</guid>

					<description><![CDATA[<p>This article will guide you how to make a bash script run as a service on Debian 8. This article is quite simple, because I&#8217;ve previously written similar tutorials for&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/make-bash-script-run-as-a-service-on-debian-8/">Make bash script run as a service on Debian 8</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/make-bash-script-run-as-a-service-on-debian-8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Make bash script run as a service on Ubuntu 16</title>
		<link>https://devopslite.com/make-bash-script-run-as-a-service-on-ubuntu-16/</link>
					<comments>https://devopslite.com/make-bash-script-run-as-a-service-on-ubuntu-16/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Tue, 13 Mar 2018 04:52:05 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[daemon]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=307</guid>

					<description><![CDATA[<p>How to make a bash script run as a service in Ubuntu 16. This tutorial will guide you to do that. In my blog I have written the same topic&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/make-bash-script-run-as-a-service-on-ubuntu-16/">Make bash script run as a service on Ubuntu 16</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/make-bash-script-run-as-a-service-on-ubuntu-16/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Make bash script run as a service in CentOS 7</title>
		<link>https://devopslite.com/make-bash-script-run-as-a-service-in-centos-7/</link>
					<comments>https://devopslite.com/make-bash-script-run-as-a-service-in-centos-7/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Mon, 22 Jan 2018 09:57:53 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[daemon]]></category>
		<category><![CDATA[service]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=259</guid>

					<description><![CDATA[<p>In this article, I will show you how to make the bash script run as a service on CentOS 7 (versions 7.x). Although CentOS 6.x is still supported by 2021&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/make-bash-script-run-as-a-service-in-centos-7/">Make bash script run as a service in CentOS 7</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/make-bash-script-run-as-a-service-in-centos-7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Make bash script run as service in CentOS 6</title>
		<link>https://devopslite.com/make-bash-script-run-as-service-in-centos-6/</link>
					<comments>https://devopslite.com/make-bash-script-run-as-service-in-centos-6/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Tue, 16 Jan 2018 17:26:02 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[daemon]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[centos]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=255</guid>

					<description><![CDATA[<p>Today I will show you how to make a bash script run as service in CentOS 6 (versions 6.x). Running a bash script as a service is very useful for&#8230;</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/make-bash-script-run-as-service-in-centos-6/">Make bash script run as service in CentOS 6</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/make-bash-script-run-as-service-in-centos-6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
