mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
delete tmp.mount which may conflict with an unrelated fstab entry
This commit is contained in:
parent
2fa47da53e
commit
d8b4dbe6d7
@ -218,7 +218,6 @@ dist_systemunit_DATA = \
|
|||||||
units/sys-kernel-debug.mount \
|
units/sys-kernel-debug.mount \
|
||||||
units/sys-kernel-security.automount \
|
units/sys-kernel-security.automount \
|
||||||
units/sys-kernel-security.mount \
|
units/sys-kernel-security.mount \
|
||||||
units/tmp.mount \
|
|
||||||
units/var-lock.mount \
|
units/var-lock.mount \
|
||||||
units/var-run.mount \
|
units/var-run.mount \
|
||||||
units/hwclock-load.service \
|
units/hwclock-load.service \
|
||||||
|
3
TODO
3
TODO
@ -1,9 +1,6 @@
|
|||||||
* check if bind mounts work:
|
* check if bind mounts work:
|
||||||
https://bugzilla.novell.com/show_bug.cgi?id=652762
|
https://bugzilla.novell.com/show_bug.cgi?id=652762
|
||||||
|
|
||||||
* /lib/systemd/system/tmp.mount conflicts with possible unrelated
|
|
||||||
fstab entry
|
|
||||||
|
|
||||||
* oneshot services which do not remain: 'exited' instead of 'dead'?
|
* oneshot services which do not remain: 'exited' instead of 'dead'?
|
||||||
it should be visible in 'systemctl' that they have been run
|
it should be visible in 'systemctl' that they have been run
|
||||||
|
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# This file is part of systemd.
|
|
||||||
#
|
|
||||||
# systemd is free software; you can redistribute it and/or modify it
|
|
||||||
# under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 2 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
|
|
||||||
[Unit]
|
|
||||||
Description=Temporary Directory
|
|
||||||
Before=local-fs.target
|
|
||||||
|
|
||||||
[Mount]
|
|
||||||
What=tmpfs
|
|
||||||
Where=/tmp
|
|
||||||
Type=tmpfs
|
|
||||||
Options=mode=1777
|
|
Loading…
Reference in New Issue
Block a user