Files
fastpastebin/systemd/fastpastebin.service
T

11 lines
187 B
Desktop File
Raw Normal View History

[Unit]
Description=fastpastebin
After=network.target
[Service]
ExecStart=/usr/bin/fastpastebin -config /etc/fastpastebin.yaml
User=paste
Group=paste
[Install]
WantedBy=multi-user.target