summarylogtreecommitdiffstats
path: root/calorina.service
blob: 195c893df862f5b06c3f81d4e2747d479347f721 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Project Calorina - a complete rewrite of cleardns.
After=network.target

[Service]
Type=simple
Restart=on-abort
ExecStart=/usr/bin/calorinad -c %E/calorina/config.toml

[Install]
WantedBy=multi-user.target