summarylogtreecommitdiffstats
path: root/alpaca.service
blob: 62438d57ae5b858e564b054becb016cf951b3cb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Alpaca Proxy Server
After=network.target

[Service]
EnvironmentFile=%h/.config/alpaca.environment
ExecStart=/usr/bin/alpaca -C ${PAC_URL} -l ${LISTEN_ADDRESS} -p ${LISTEN_PORT}
Restart=on-failure

[Install]
WantedBy=default.target