Skip to content

Commit

Permalink
Add systemd service file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Rodriguez committed Aug 18, 2015
1 parent ea90565 commit 440adce
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/docker-gen.service
@@ -0,0 +1,11 @@
[Unit]
Description=A file generator that renders templates using Docker Container meta-data.
Documentation=https://github.com/jwilder/docker-gen
After=network.target docker.socket
Requires=docker.socket

[Service]
ExecStart=/usr/bin/docker-gen -config /etc/docker-gen.cfg

[Install]
WantedBy=multi-user.target

0 comments on commit 440adce

Please sign in to comment.