summaryrefslogtreecommitdiffstats
path: root/debian/sear.c.service
blob: 88b05ecb0775d7f8e26606ffe2bc26f74a20dc41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=scrapes search results of popular engines, caches them and creates a simple HTML UI on HTTP port 7327
After=network.target

[Service]
Type=simple
User=nobody
RuntimeDirectory=sear.c
ExecStart=/usr/bin/sear.c
Restart=no

[Install]
WantedBy=multi-user.target