aboutsummarylogtreecommitdiffstats
path: root/musoq.service
blob: a81170852b464ac313706a0d84a5ced499bb0291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Masoq agent: The server part that allows loading the Musoq runtime and running your queries.

[Service]
Type=simple
#User=
#Group=
ExecStart=/usr/bin/musoq serve --wait-until-exit
Restart=on-failure
StandardOutput=file:%h/.cache/musoq.log

[Install]
WantedBy=default.target