blob: 9d4aeaa48c71330360a73ec8f5ca6573d976e38a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Stop Read-Ahead Data Collection
DefaultDependencies=no
Conflicts=shutdown.target
After=tizen-readahead-collect.service boot-animation.service
Before=shutdown.target tizen-system.target
ConditionVirtualization=no
[Service]
Type=oneshot
ExecStart=/usr/bin/systemd-notify --readahead=done
[Install]
Also=tizen-readahead-collect.service
|