<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6904&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Is this Tailscale initscript good?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6904</link>
		<description><![CDATA[The most recent posts in Is this Tailscale initscript good?.]]></description>
		<lastBuildDate>Wed, 02 Jul 2025 11:42:27 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Is this Tailscale initscript good?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56456#p56456</link>
			<description><![CDATA[<p>See also: <a href="https://github.com/tailscale/tailscale/issues/9502" rel="nofollow">https://github.com/tailscale/tailscale/issues/9502</a> ...!</p>]]></description>
			<author><![CDATA[dummy@example.com (SlySven)]]></author>
			<pubDate>Wed, 02 Jul 2025 11:42:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56456#p56456</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is this Tailscale initscript good?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52791#p52791</link>
			<description><![CDATA[<p>enjoyed this informative tailscale webpage(even if it is somewhat off-topic):</p><p>The Sisyphean Task Of DNS Client Config on Linux<br /><a href="https://tailscale.com/blog/sisyphean-dns-client-linux" rel="nofollow"> https://tailscale.com/blog/sisyphean-dns-client-linux</a></p>]]></description>
			<author><![CDATA[dummy@example.com (stargate-sg1-cheyenne-mtn)]]></author>
			<pubDate>Mon, 28 Oct 2024 13:46:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52791#p52791</guid>
		</item>
		<item>
			<title><![CDATA[Re: Is this Tailscale initscript good?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52790#p52790</link>
			<description><![CDATA[<p>There exists somewhere a script to convert systemd unit files to initSysV scripts. But have you considered to create a fresh initscript from a template?<br />You could work with a fresh template file.</p><p>Hints: <br /><a href="https://github.com/fhd/init-script-template/blob/master/template" rel="nofollow">https://github.com/fhd/init-script-temp … r/template</a><br /><a href="https://www.linuxnix.com/write-sysvinit-scripts/" rel="nofollow">https://www.linuxnix.com/write-sysvinit-scripts/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Andre4freedom)]]></author>
			<pubDate>Mon, 28 Oct 2024 12:40:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52790#p52790</guid>
		</item>
		<item>
			<title><![CDATA[Is this Tailscale initscript good?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52785#p52785</link>
			<description><![CDATA[<p>In debian tailscale works without this. But on devuan it didn&#039;t. So I searched for an initscript file. I found this out of github. How is it:<br />#!/bin/sh<br /># Generated by sysd2v v0.3&#160; --&#160; <a href="http://www.trek.eu.org/devel/sysd2v" rel="nofollow">http://www.trek.eu.org/devel/sysd2v</a><br /># kFreeBSD do not accept scripts as interpreters, using #!/bin/sh and sourcing.<br />if [ true != &quot;$INIT_D_SCRIPT_SOURCED&quot; ] ; then<br />&#160; &#160; set &quot;$0&quot; &quot;$@&quot;; INIT_D_SCRIPT_SOURCED=true . /lib/init/init-d-script<br />fi<br />### BEGIN INIT INFO<br /># Provides:&#160; &#160; &#160; &#160;tailscaled<br /># Required-Start: $remote_fs<br /># Required-Stop:&#160; $remote_fs<br /># Should-Start:&#160; &#160;$local_fs NetworkManager systemd-resolved<br /># Should-Stop:&#160; &#160; $local_fs NetworkManager systemd-resolved<br /># Default-Start:&#160; 2 3 4 5<br /># Default-Stop:&#160; &#160;0 1 6<br /># Description:&#160; &#160; Tailscale node agent<br />### END INIT INFO<br />set -a<br />RUNTIME_DIRECTORY=/run/tailscale<br />STATE_DIRECTORY=/var/lib/tailscale<br />CACHE_DIRECTORY=/var/cache/tailscale<br />. /etc/default/tailscaled<br />set +a</p><p>DAEMON=/usr/sbin/tailscaled<br />DAEMON_ARGS=&quot;--state=/var/lib/tailscale/tailscaled.state --socket=/run/tailscale/tailscaled.sock --port=${PORT} $FLAGS&quot;<br />PIDFILE=/var/run/tailscaled-sysd2v.pid<br />START_ARGS=&quot;--background --make-pidfile --notify-await&quot;</p><p>do_start_cmd_override ()<br />{<br />&#160; install -d -m 0755 /run/tailscale || return 2<br />&#160; install -d -m 0700 /var/lib/tailscale || return 2<br />&#160; install -d -m 0750 /var/cache/tailscale || return 2<br />&#160; /usr/sbin/tailscaled --cleanup || return 2<br />&#160; do_start_cmd || return $?<br />}</p><p>do_stop_cmd_override ()<br />{<br />&#160; do_stop_cmd || return $?<br />&#160; /usr/sbin/tailscaled --cleanup || return 2<br />}</p>]]></description>
			<author><![CDATA[dummy@example.com (recklessswing)]]></author>
			<pubDate>Sun, 27 Oct 2024 18:38:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52785#p52785</guid>
		</item>
	</channel>
</rss>
