chiark / gitweb /
main: print warning if /usr is on a seperate partition
[elogind.git] / units / remote-fs.target.m4
1 #  This file is part of systemd.
2 #
3 #  systemd is free software; you can redistribute it and/or modify it
4 #  under the terms of the GNU General Public License as published by
5 #  the Free Software Foundation; either version 2 of the License, or
6 #  (at your option) any later version.
7
8 # See systemd.special(7) for details
9
10 [Unit]
11 Description=Remote File Systems
12 m4_dnl
13 m4_ifdef(`FOR_SYSTEM',
14 m4_dnl When running in system mode we need the network up
15 Requires=network.target
16 After=network.target
17 )m4_dnl
18
19 [Install]
20 WantedBy=multi-user.target