mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-20 22:00:44 +01:00
11 lines
147 B
SYSTEMD
11 lines
147 B
SYSTEMD
|
[Unit]
|
||
|
Description=Mycroft A.I. Software stack.
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/true
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|