build: add gitea runner

This commit is contained in:
xuu
2023-10-13 11:29:51 -06:00
parent e27626d087
commit b5dfb72c30
7 changed files with 187 additions and 0 deletions

View File

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