Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
caddy
Commits
591b2090
Commit
591b2090
authored
Mar 18, 2016
by
Matt Holt
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #685 from wmark/for-mholt
Update unit files for systemd
parents
6b801b11
f1c1ea99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
.gitattributes
.gitattributes
+4
-0
dist/init/linux-systemd/caddy@.service
dist/init/linux-systemd/caddy@.service
+3
-1
No files found.
.gitattributes
0 → 100644
View file @
591b2090
# files for systemd
*.path text eol=lf whitespace=blank-at-eol,space-before-tab,tab-in-indent,trailing-space,tabwidth=2
*.service text eol=lf whitespace=blank-at-eol,space-before-tab,tab-in-indent,trailing-space,tabwidth=2
*.timer text eol=lf whitespace=blank-at-eol,space-before-tab,tab-in-indent,trailing-space,tabwidth=2
dist/init/linux-systemd/caddy@.service
View file @
591b2090
...
@@ -4,7 +4,9 @@
...
@@ -4,7 +4,9 @@
[Unit]
[Unit]
Description=Caddy HTTP/2 web server %I
Description=Caddy HTTP/2 web server %I
Documentation=https://caddyserver.com/docs
Documentation=https://caddyserver.com/docs
After=network.target
After=network-online.target
Wants=network-online.target
Wants=systemd-networkd-wait-online.service
[Service]
[Service]
; run user and group for caddy
; run user and group for caddy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment