From 3bb2e672754f11314cfc1f907b585832dcd732cb Mon Sep 17 00:00:00 2001
From: Marty Oehme <contact@martyoeh.me>
Date: Sun, 16 Mar 2025 21:57:32 +0100
Subject: [PATCH] services: Remove example user service

it does not serve any appreciable function anymore now that I have
created a sufficient amount of custom user services.
---
 services/sv/_example/log/run | 3 ---
 services/sv/_example/run     | 4 ----
 2 files changed, 7 deletions(-)
 delete mode 100755 services/sv/_example/log/run
 delete mode 100755 services/sv/_example/run

diff --git a/services/sv/_example/log/run b/services/sv/_example/log/run
deleted file mode 100755
index aca60e4..0000000
--- a/services/sv/_example/log/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env sh
-
-exec svlogd -ttt /home/marty/myservice/logs
diff --git a/services/sv/_example/run b/services/sv/_example/run
deleted file mode 100755
index 962758c..0000000
--- a/services/sv/_example/run
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh -e
-
-exec 2>&1
-exec /home/marty/myservice/example-service.sh