summarylogtreecommitdiffstats
path: root/pixelserv.service
blob: 9dd975978e1779ddef21340c7b68909728142e3b (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Pixelserv is a super minimal webserver, it's one and only purpose is serving a 1x1 pixel transparent gif file
After=network.target

[Service]
ExecStart=/usr/bin/perl -Tw /usr/sbin/pixelserv.pl

[Install]
WantedBy=multi-user.target