Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
liber
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ale
liber
Commits
4b2ef00a
There was a problem fetching the pipeline summary.
Commit
4b2ef00a
authored
7 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Fix server invocation in systemd unit
parent
fdde3783
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/liber.default
+1
-4
1 addition, 4 deletions
debian/liber.default
debian/liber.service
+1
-1
1 addition, 1 deletion
debian/liber.service
with
2 additions
and
5 deletions
debian/liber.default
+
1
−
4
View file @
4b2ef00a
# Uncomment this line to start the HTTP interface daemon.
#ENABLE_SERVER=true
# Set the address (host:port) to listen on.
ADDR="--
http-serve
r=127.0.0.1:4040"
ADDR="--
add
r=127.0.0.1:4040"
# Directory where books are stored.
BOOK_DIR="--book-dir=/var/lib/liber/books"
...
...
This diff is collapsed.
Click to expand it.
debian/liber.service
+
1
−
1
View file @
4b2ef00a
...
...
@@ -5,7 +5,7 @@ After=network.target
[Service]
User
=
liber
EnvironmentFile
=
/etc/default/liber
ExecStart
=
/usr/bin/liber $BOOK_DIR
$ADDR
$LIBER_OPTIONS
ExecStart
=
/usr/bin/liber $BOOK_DIR $LIBER_OPTIONS
server $ADDR
Restart
=
always
[Install]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment