2019-02-04 12:55:48 +01:00
|
|
|
[Unit]
|
2019-12-21 18:54:56 +01:00
|
|
|
Description=Mycroft A.I. Software stack.
|
2020-08-21 12:12:13 +02:00
|
|
|
After=pulseaudio.service NetworkManager.service systemd-timesyncd.service
|
2019-02-04 12:55:48 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=mycroft
|
|
|
|
WorkingDirectory=/home/mycroft
|
2019-12-21 18:54:56 +01:00
|
|
|
Type=oneshot
|
|
|
|
ExecStart=/bin/true
|
|
|
|
RemainAfterExit=yes
|
2019-02-04 12:55:48 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|