mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 06:38:10 +00:00
Base: Add new system-mode that just generates manpages
This commit is contained in:
parent
70c7861c33
commit
2caad04d23
3 changed files with 63 additions and 2 deletions
|
@ -160,6 +160,14 @@ User=anon
|
|||
WorkingDirectory=/home/anon
|
||||
SystemModes=self-test
|
||||
|
||||
[GenerateManpages@ttyS0]
|
||||
Executable=/root/generate_manpages.sh
|
||||
StdIO=/dev/ttyS0
|
||||
Environment=DO_SHUTDOWN_AFTER_GENERATE=1 TERM=xterm PATH=/bin
|
||||
User=root
|
||||
WorkingDirectory=/root/
|
||||
SystemModes=generate-manpages
|
||||
|
||||
[SpiceAgent]
|
||||
KeepAlive=0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue