go-paste/.ansible/files/sour.is-paste.service
xuu b7f4d06731
All checks were successful
Deploy / deploy (push) Successful in 1m36s
feat: add qrcode
2023-10-14 07:55:21 -06:00

15 lines
218 B
Desktop File

[Unit]
Description=sour.is paste
After=syslog.target network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/sour.is-paste serve
User=www-data
Restart=always
RestartSec=30
[Install]
WantedBy=multi-user.target