summarylogtreecommitdiffstats
path: root/assistant.service
blob: 04c66b7d8eee8939befcb7bd09fd93e615f7f8c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Assistant Services
StartLimitBurst=1
StartLimitIntervalSec=0
After=network.target

[Service]
ExecStart=/usr/bin/python -m assistant.as_service
Restart=always
RestartSec=1

[Install]
WantedBy=default.target