mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-22 02:53:23 +00:00
feat(user): user management tool (#825)
* 用户管理工具 * 重构 * 改为多个bin文件入口 * bin文件的usage显示自身程序名而非固定程序名
This commit is contained in:
8
user/sysconfig/home/reach/system/shell.service
Normal file
8
user/sysconfig/home/reach/system/shell.service
Normal file
@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Shell
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/bin/NovaShell
|
||||
Restart=always
|
||||
ExecStartPre=-/bin/about.elf
|
Reference in New Issue
Block a user