summarylogtreecommitdiffstats
path: root/mycroft.service
blob: fdea6bec19301be6b65029d7bb60fb786bc4c47c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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
TimeoutStopSec=60
SuccessExitStatus=120
AmbientCapabilities=CAP_NET_BIND_SERVICE

[Install]
WantedBy=multi-user.target