mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-03 12:07:46 +01:00
30 lines
634 B
Plaintext
30 lines
634 B
Plaintext
[Unit]
|
|
Description=OpenVoiceOS PHAL Service
|
|
After=local-fs.target
|
|
Wants=pipewire.service
|
|
After=pipewire.service
|
|
Wants=ovos_messagebus.service
|
|
After=ovos_messagebus.service
|
|
|
|
[Container]
|
|
ContainerName=ovos_phal
|
|
Image=docker.io/smartgic/ovos-phal:alpha
|
|
AutoUpdate=registry
|
|
LogDriver=journald
|
|
HostName=ovos_phal
|
|
Network=host
|
|
Timezone=local
|
|
UserNS=keep-id:uid=%U,gid=%G
|
|
Environment=XDG_RUNTIME_DIR=%t
|
|
AddDevice=/dev/snd
|
|
Volume=%h/ovos/config:/home/ovos/.config/mycroft
|
|
Volume=/dev/shm:/tmp
|
|
Volume=%t/pipewire-0:/run/user/1000/pipewire-0:ro
|
|
|
|
[Service]
|
|
TimeoutStartSec=900
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target
|