https://github.com/eleksir/slackware-service
https://github.com/eleksir/slackware-service
slackware
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eleksir/slackware-service
- Owner: eleksir
- License: mit
- Created: 2022-09-10T22:04:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-10T22:08:52.000Z (almost 4 years ago)
- Last Synced: 2025-03-05T02:45:44.591Z (over 1 year ago)
- Topics: slackware
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Slackware-service is a wrapper script that tries to mimic redhat "service" command.
When you call "service something start" (for example) it simply runs "/etc/rc.d/rc.something start", thats it.
Since I spent many hours with redhat/rhel/rhel-based systems I stick with command called "service", and find it much
easier to use this kind of script instead forcing my habbit to change.