blob: 864113d875b6009fa0a7a79e4009e0ef7966906e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Mycroft main service
After=network.target local-fs.target remote-fs.target
[Service]
User=mycroft
Group=mycroft
SyslogIdentifier=mycroft-core
Type=forking
RemainAfterExit=no
ExecStart=/usr/share/mycroft-core/start-mycroft.sh all
ExecStop=/usr/share/mycroft-core/stop-mycroft.sh all
[Install]
WantedBy=multi-user.target
|