<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Yuvraj Dudhal</title>
    <description>The latest articles on DEV Community by Yuvraj Dudhal (@dumb_potato).</description>
    <link>https://dev.to/dumb_potato</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3969376%2Ff14792c6-b473-4929-a499-88933c82ee5f.png</url>
      <title>DEV Community: Yuvraj Dudhal</title>
      <link>https://dev.to/dumb_potato</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dumb_potato"/>
    <language>en</language>
    <item>
      <title>./pwsm A persistent windows service manager</title>
      <dc:creator>Yuvraj Dudhal</dc:creator>
      <pubDate>Fri, 05 Jun 2026 07:35:20 +0000</pubDate>
      <link>https://dev.to/dumb_potato/pwsm-a-persistent-windows-service-manager-23fo</link>
      <guid>https://dev.to/dumb_potato/pwsm-a-persistent-windows-service-manager-23fo</guid>
      <description>&lt;p&gt;While working on one of our projects I ran into a common frustration — unlike Linux with systemd, Windows has no simple way to run arbitrary scripts or executables as persistent services. Tools like NSSM exist, but I wanted to build something of my own.&lt;/p&gt;

&lt;p&gt;Introducing pwsm (Persistent Windows Service Manager)&lt;/p&gt;

&lt;p&gt;Similar to systemd on Linux, pwsm lets you run any script or executable as a Windows service that persists across reboots — configured with a simple YAML file.&lt;/p&gt;

&lt;p&gt;And it's completely open-source &lt;br&gt;
&lt;a href="https://github.com/Yuv-glitch/pwsm" rel="noopener noreferrer"&gt;https://github.com/Yuv-glitch/pwsm&lt;/a&gt; check it out&lt;/p&gt;

&lt;p&gt;Looking forward to suggestions, questions and ideas &lt;/p&gt;

</description>
      <category>opensource</category>
      <category>programming</category>
      <category>automation</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
