/lib/systemd/system/writeboost.service is in writeboost 1.20160718-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | [Unit]
Description=(dm-)writeboost mapper
Documentation=man:writeboost
DefaultDependencies=false
Before=cryptsetup.target
Before=local-fs.target
[Service]
Type=oneshot
RemainAfterExit=no
TimeoutStartSec=600
ExecStart=/sbin/writeboost
ExecStop=/sbin/writeboost -u
[Install]
WantedBy=cryptsetup-pre.target
WantedBy=local-fs-pre.target
#Alias=dm-writeboost.service
|