blob: 0f3bf5968844edc07c43167fddd6fee57003e087 (
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/python -m camisole --logging=info
[Install]
WantedBy=multi-user.target
|