OpenVoiceOS/buildroot-external/rootfs-overlay/usr/lib/systemd/system/ovos-persists.service

14 lines
238 B
SYSTEMD

[Unit]
Description=OVOS persists data on bootstate
After=sysinit.target
RefuseManualStart=true
RefuseManualStop=true
[Service]
Type=oneshot
ExecStart=/usr/libexec/ovos-persists
RemainAfterExit=true
[Install]
WantedBy=multi-user.target