Skip to content

Commit ed6bf8b

Browse files
committed
Add mount_server to image.
1 parent 98798e4 commit ed6bf8b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/profiles/default

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ set(SYSTEM_SERVERS
1919
app_server
2020
input_server
2121
registrar
22+
mount_server
2223
)
2324
ImageInclude("/system/servers" ${SYSTEM_SERVERS})
2425

data/systemd/mount_server.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Conflicts=getty@tty1.service
44
After=registrar.service
55

66
[Service]
7+
ExecStartPre=/bin/sleep 0.5
78
ExecStart=/system/servers/mount_server
89
StandardInput=tty-force
910
StandardOutput=append:/var/log/mount_server.log

0 commit comments

Comments
 (0)