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.
This commit is contained in:
parent
2e9701ea26
commit
3bb2e67275
2 changed files with 0 additions and 7 deletions
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
exec svlogd -ttt /home/marty/myservice/logs
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
exec 2>&1
|
||||
exec /home/marty/myservice/example-service.sh
|
Loading…
Reference in a new issue