mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-20 22:00:44 +01:00
16 lines
274 B
Desktop File
16 lines
274 B
Desktop File
[Unit]
|
|
Description=OpenVoiceOS overlay setup
|
|
DefaultDependencies=no
|
|
RefuseManualStart=true
|
|
RefuseManualStop=true
|
|
Before=ovos-bind.target
|
|
After=mnt-home.mount
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/libexec/home-setup
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|