1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pagure_ynh.git synced 2024-09-03 19:56:19 +02:00
pagure_ynh/scripts/_common.sh
2024-03-15 23:36:28 +01:00

30 lines
687 B
Bash
Executable file

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
services=(
"authorized_keys_worker"
"ci"
# "ev_server"
"gitolite_worker"
"loadjson"
"logcom"
# "milters"
"mirror"
"webhook"
"worker"
)
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================