Não é possível criar um ponto de montagem personalizado para / dev no systemd

1

Estou trabalhando em um sistema embarcado e estamos migrando do upstart para o systemd. Eu estou tentando escrever arquivo .mount para / dev em rootfs. Mas isso não. Alguém pode ajudar por favor?

#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.

[Unit]
Description=/dev Directory
Documentation=man:hier(7)
Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
DefaultDependencies=no
Conflicts=umount.target
Before=local-fs.target umount.target

[Mount]
What=tmpfs
Where=/dev
Type=tmpfs
Options=mode=1777

Meu nome de arquivo é dev.mount .

Estou recebendo o seguinte erro: Cannot add dependency job for unit dev.mount, ignoring: Unit dev.mount failed to load: Invalid argument

Eu postei a mesma pergunta no estouro de pilha. Se estiver errado, estou pronto para remover isso ou aquilo. link

    
por Krishna M 20.10.2015 / 19:09

0 respostas