|
[Unit]
|
|
Description=Mycroft A.I. Software stack.
|
|
After=pulseaudio.service NetworkManager.service systemd-timesyncd.service
|
|
|
|
[Service]
|
|
User=mycroft
|
|
WorkingDirectory=/home/mycroft
|
|
Type=oneshot
|
|
ExecStart=/bin/true
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|