Skip to content

Instantly share code, notes, and snippets.

@mariusor
Created February 5, 2016 09:10
Show Gist options
  • Save mariusor/420b272220c8c3607480 to your computer and use it in GitHub Desktop.
Save mariusor/420b272220c8c3607480 to your computer and use it in GitHub Desktop.
reader-git.service
# /etc/systemd/system/reader-git.service
[Unit]
Description=caddy service for reader.git
After=network.target
Requires=php-fpm.service
[Service]
Group=33
#User=33
WorkingDirectory=/srv/http/mdreader
ExecStart="/usr/bin/caddy" "-conf" "Caddyfile"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment