Future and impact of ongoing projects in Linux world

Xen list at xenhideout.nl
Wed Oct 5 20:34:01 UTC 2016


Ralf Mardorf schreef op 05-10-2016 17:05:
>> On 05 Oct 2016, at 16:30, Xen <list at xenhideout.nl> wrote:
>> Ralf Mardorf schreef op 05-10-2016 15:31:
>>> let alone that some people don't use fstab at all on systemd 
>>> installs.
>> 
>> So what do they use instead?
> 
> systemd
> 
> 
> I still use systemd with fstab.

Are you intentionally saying half-complete answers here?

You mean that they use mount unit files? Mount services, then.

[Unit]
Description=something
Before=local-fs.target
DefaultDependencies=no

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/mount crap crop
ExecStop=/bin/umount crop

[Install]
WantedBy=local-fs.target

That's what you mean?




More information about the Ubuntu-devel-discuss mailing list