Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 383e617

Browse files
committed
Merge branch 'main' of github.com:laniusone/loginfetch
2 parents 183cf1f + c7af97d commit 383e617

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,16 @@ Therefore, it is licensed with GPLv3, as repo mentioned above.
77

88
# how-to
99

10-
The script basically creates a message you see on login in tty. So, what you'd want to do is to make it run everytime agetty spawns.
11-
README in original script mentions how to do it with systemd, but we are systemd enjoyers here. But seriously, I'm going to provide
12-
a modified runit service and or custom agetty script to put in inittab for sysvinit, would probably also add a systemd unit.
10+
The script basically creates a message you see on login in tty. So, what you'd want to do is to make it run before agetty spawns.
11+
README in original script mentions how to do it with systemd, but we are not systemd enjoyers here.
1312

14-
For other init systems, I have no experience with them, but I would want to at least provide a solution for OpenRC.
13+
`make install` automatically installs agetty service template for runit, and script for rc.d.
1514

1615
# installation
1716

17+
Clone the repo, enter the directory and:
1818
`make install` or `make install DESTDIR=/your/desired/path`
1919

20-
Or get Slackware package I created from release. :-)
21-
2220
# to-do
2321

2422
* Add more OS logos
25-
* Add service scripts for init systems

0 commit comments

Comments
 (0)