Created
February 5, 2016 09:10
-
-
Save mariusor/420b272220c8c3607480 to your computer and use it in GitHub Desktop.
reader-git.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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