summarylogtreecommitdiffstats
path: root/zerobin.service
blob: 9807880a86a8e7b19d991cef28140eb1a6400e89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=0bin server, a client side encrypted pastebin
After=network.target

[Service]
Type=normal
User=zerobin
ExecStart=/usr/bin/zerobin
Restart=on-abort

[Install]
WantedBy=multi-user.target