Projects
openEuler:Mainline
vsftpd
_service:tar_scm:vsftpd-generator
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:vsftpd-generator of Package vsftpd
#!/bin/bash confdir=/etc/vsftpd unitdir=/usr/lib/systemd/system targetdir=$1/vsftpd.target.wants mkdir -p ${targetdir} for f in $(ls -1 ${confdir}/*.conf | awk -F "." '{print $1}' | awk -F "/" '{print $4}') do echo "Generating systemd units for $f" ln -s ${unitdir}/vsftpd\@.service ${targetdir}/vsftpd\@$f.service > /dev/null 2>&1 done exit 0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2