summarylogtreecommitdiffstats
path: root/camo.service
blob: 455c4604dda6f90311dbc7d7cdd9db3e4f9d184e (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=a small http proxy to simplify routing images through an SSL host

[Service]
User=nobody
EnvironmentFile=/etc/camo
ExecStart=/usr/bin/node /usr/lib/camo/server.js

[Install]
WantedBy=multi-user.target