mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-23 03:53:26 +00:00
让 DragonOS 仓库管理 service 文件 (#548)
* feat: create `user/services` folder to store service files
This commit is contained in:
8
user/services/shell.service
Normal file
8
user/services/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