summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-core/nv-sync/nv-sync/nv-sync.service
blob: 4595541c632b17de885755cabd866ccd78d7470e (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Overlay sync to NV storage

[Service]
# Run a job to periodically sync the overlay to NV storage
ExecStart=/usr/bin/nv-syncd
# Due to sync delay stopping this service will take more than default 10 seconds
TimeoutStopSec=20

[Install]
WantedBy=multi-user.target