mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
4 lines
127 B
Bash
Executable file
4 lines
127 B
Bash
Executable file
#!/bin/bash
|
|
aurroot=/srv/http/aur
|
|
|
|
nohup $aurroot/aur/tupkg/server/tupkgs -c $aurroot/tupkgs.conf > $aurroot/tupkgs.log 2>&1 &
|