blob: f1d5206aa2dddf70488b8971dd86482506151f32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[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
AmbientCapabilities=CAP_NET_BIND_SERVICE
[Install]
WantedBy=multi-user.target
|