blob: 99b8821f2b86a248aaec6f47a599362984170f3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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
ExecStop=/usr/bin/musoq quit
Restart=on-failure
StandardOutput=file:%h/.cache/musoq.log
[Install]
WantedBy=default.target
|