You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
411 B
Plaintext

# set the flags you'd like to use in ExecStart
# $ mv ./systemd /etc/systemd/system/feuille.service
# $ systemctl daemon-reload
# $ systemctl enable feuille
# $ systemctl start feuille
[Unit]
Description=feuille - a fast, dead-simple socket-based pastebin
After=syslog.target network.target
[Service]
Type=forking
ExecStart=/usr/local/bin/feuille -U https://my.paste.bin
[Install]
WantedBy=multi-user.target