Re: [systemd-devel] DefaultDependencies of [Unit]

2015-04-28 Thread Christian Seiler
Am 2015-04-28 11:33, schrieb Lennart Poettering: On Tue, 28.04.15 16:19, 樊超 (fcvi...@gmail.com) wrote: I want to let my service run when shutdown,and it needn't close by systemd,so can i set the DefaultDependencies of [Unit] to "no"? I don't understand the meaning of DefaultDependencies. It's [U

Re: [systemd-devel] DefaultDependencies of [Unit]

2015-04-28 Thread Lennart Poettering
On Tue, 28.04.15 16:19, 樊超 (fcvi...@gmail.com) wrote: > I want to let my service run when shutdown,and it needn't close by > systemd,so can i set the DefaultDependencies of [Unit] to "no"? > I don't understand the meaning of DefaultDependencies. > It's [Unit] like this: > After=network.target netw

[systemd-devel] DefaultDependencies of [Unit]

2015-04-28 Thread 樊超
I want to let my service run when shutdown,and it needn't close by systemd,so can i set the DefaultDependencies of [Unit] to "no"? I don't understand the meaning of DefaultDependencies. It's [Unit] like this: After=network.target network-online.target remote-fs.target And I want to know if it matte