Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
abuild
Manage
Activity
Members
Labels
Plan
Issues
86
Issue boards
Milestones
Wiki
Code
Merge requests
24
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
abuild
Merge requests
!216
sample.*: improve sample init script
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
sample.*: improve sample init script
jirutka/abuild:improve-sample-initd
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Jakub Jirutka
requested to merge
jirutka/abuild:improve-sample-initd
into
master
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
8efe527f
1 commit,
1 year ago
2 files
+
15
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
sample.confd
+
8
−
5
Options
#
Sample conf.d file for alpine linux
#
Configuration for /etc/init.d/<SERVICE>
#
# Specify daemon options here.
#
# User (and group) to run <SERVICE> as.
#command_user="<USER>"
sample_opts=""
# Additional arguments for <SERVICE> daemon.
#command_args=
# Comment out to disable process supervisor.
supervisor=supervise-daemon
Loading