src.nth.io/

summaryrefslogtreecommitdiff
path: root/bin/server/templates/[email protected]
blob: 73528b1928e480abb814a4a6778d3d8ac1eb1945 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Bin pastebin server bound on port %i
After=syslog.target network.target

[Service]
ExecStart=/usr/local/bin/bin 127.0.0.1:%i --buffer-size 10 --max-paste-size 16000
Restart=always
User={{bin_user}}

[Install]
WantedBy=multi-user.target