aboutsummarylogtreecommitdiffstats
path: root/camisole.service
blob: 2a1698395e775143f94c9fa38694343b1fc2a2ac (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=asyncio-based source compiler and test runner
After=network.target

[Service]
User=camisole
ExecStart=/usr/bin/camisole --logging=info serve

[Install]
WantedBy=multi-user.target