Currently, if the linux service is run twice, mount fails with:
mount: linprocfs: Device busy mount: linsysfs: Device busy mount: devfs: Device busy mount: fdescfs: Device busy mount: tmpfs: Device busy
Additionally, the exit code of service linux start is 1 in such a case.
It is a bit more user-friendly if before running mount(8) the service
checks if there are any file systems let to be mounted.