Commit 96c918809015676273e0538df07774031b0a85e8

Commits
[COMMIT BEGIN]
commit 96c918809015676273e0538df07774031b0a85e8
Author: 0x4248 <[email protected]>
Date:   Tue Dec 16 22:22:42 2025 +0000

    linux/patches: init with tailscale patch
    
    Signed-off-by: 0x4248 <[email protected]>

diff --git a/systems/linux/patches/.gitignore b/systems/linux/patches/.gitignore
new file mode 100644
index 0000000..4be51e2
--- /dev/null
+++ b/systems/linux/patches/.gitignore
@@ -0,0 +1,14 @@
+# SPDX-License-Identifier: GPL-3.0
+# Nexus
+#
+# linux/patches/.gitignore
+#
+# COPYRIGHT NOTICE
+# Copyright (C) 2024-2025 0x4248 and contributors
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the license is not changed.
+#
+# This software is free and open source. Licensed under the GNU general
+# public license version 3.0 as published by the Free Software Foundation.
+
+!*
\ No newline at end of file
diff --git a/systems/linux/patches/README b/systems/linux/patches/README
new file mode 100644
index 0000000..5c65932
--- /dev/null
+++ b/systems/linux/patches/README
@@ -0,0 +1,17 @@
+PATCHES
+=======
+
+This directory contains many of my patches that i have made using diff, you can
+apply them using the coreutils command "patch" 
+
+USAGE:
+
+patch -p1 < PATCH.FILE
+
+HOW I MAKE THEM:
+
+diff -u old.file new.file > output.patch
+
+DIR:
+
+diff -urN olddir/ newdir/ > output.patch
\ No newline at end of file
diff --git a/systems/linux/patches/systemd-dropins/tailscaled.restart-on-fail.service b/systems/linux/patches/systemd-dropins/tailscaled.restart-on-fail.service
new file mode 100644
index 0000000..e072e86
--- /dev/null
+++ b/systems/linux/patches/systemd-dropins/tailscaled.restart-on-fail.service
@@ -0,0 +1,3 @@
+[Service]
+Restart=always
+RestartSec=5
[COMMIT END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.