Git Product home page Git Product logo

shsm's Introduction

        |\__/,|   (`\
      _.|o o  |_   ) )
      -(((---(((--------

shsm's People

Contributors

hovercats avatar

Watchers

 avatar

shsm's Issues

remove bare.sh script

I dont like the fact that svc has to use an external script to function.
Id rather create a function inside svc for the needed functionality that
bare.sh has.

use posix options whenever possible

I aim to make svc, and its example servie scripts to be posix.
portabilty is important, but so is using the best tool for the job, so we have
to figure something out here. but first and foremost, we will weed out non-posix
behaviour.

these need to be checked:
[] svc
service scripts:
[] barebone
[] sdhcp
[] iwd
[] mdevd

Current problematic commands:
(currently taken from the top of my head. Ill edit in those Ill find later.)

  • pidof is initially used in service scripts, to find the PID of a service
    • im sure we could use ps here.
  • pkill is used for the same reason
    • kill would solve this
    • we would then need to fetch the service PID(s) first
  • stat
    • there is no way afaik to get the same output with posix tools as stat, so
      we'd have to figure out a way to bypass stat alltogether

remove the use of $PARAM

I find the use of $PARAM variable and respective files to just make thing
unneccessary complicated.
Service scripts also runs fine without it, making it redundant.
the content of $PARAM can also just be housed locally in the service scripts,
similarly to other service managers.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.