We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98798e4 commit ed6bf8bCopy full SHA for ed6bf8b
build/profiles/default
@@ -19,6 +19,7 @@ set(SYSTEM_SERVERS
19
app_server
20
input_server
21
registrar
22
+ mount_server
23
)
24
ImageInclude("/system/servers" ${SYSTEM_SERVERS})
25
data/systemd/mount_server.service
@@ -4,6 +4,7 @@ Conflicts=getty@tty1.service
4
After=registrar.service
5
6
[Service]
7
+ExecStartPre=/bin/sleep 0.5
8
ExecStart=/system/servers/mount_server
9
StandardInput=tty-force
10
StandardOutput=append:/var/log/mount_server.log
0 commit comments