mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
TEST-69-SHUTDOWN: Order after systemd-user-sessions.service
Make sure that we're allowed to login by ordering ourselves after systemd-user-sessions.service.
This commit is contained in:
parent
8919f86f57
commit
e690a8cd09
@ -4,5 +4,9 @@ integration_tests += [
|
||||
integration_test_template + {
|
||||
'name' : fs.name(meson.current_source_dir()),
|
||||
'unit' : files('TEST-69-SHUTDOWN.service'),
|
||||
'configuration' : integration_test_template['configuration'] + {
|
||||
'wants' : '@0@ systemd-user-sessions.service'.format(integration_test_template['configuration']['wants']),
|
||||
'after' : '@0@ systemd-user-sessions.service'.format(integration_test_template['configuration']['after']),
|
||||
},
|
||||
},
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user