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