Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flatcap/systemd-samples
📋 Sample systemd service files
https://github.com/flatcap/systemd-samples
sample service systemd
Last synced: about 6 hours ago
JSON representation
📋 Sample systemd service files
- Host: GitHub
- URL: https://github.com/flatcap/systemd-samples
- Owner: flatcap
- License: other
- Created: 2015-06-10T01:06:50.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-06-12T19:25:11.000Z (over 2 years ago)
- Last Synced: 2024-05-02T02:16:51.220Z (7 months ago)
- Topics: sample, service, systemd
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# systemd services
These are some of my systemd service files.
Some work. Some may never have worked.
*Caveat lector*
## Service List
### auto-root-login/
Automatically login root on a virtual terminal, easily changed to run top, etc
### card-mounted/
Create a link in my home directory when a certain device is auto-mounted
### clean-vim-tmpfiles/
Automatically delete vim tmpfiles on a schedule
### dnsmasq-hosts/
Parse libvirtd's dnsmasq lease files and turn then into a hosts file
### kindle-mounted/
Create a link in my home directory when my Kindle is auto-mounted
### lease-process/
Parse libvirtd's dnsmasq lease files and turn then into a hosts file
### start-user-session/
Instructions for auto-starting a user's systemd session (without them logging in)
### user-timer/
Simple systemd timer example
### unsorted/
Miscellaneous works in progress