Skip to content

Commit

Permalink
Start of example systemd unit file
Browse files Browse the repository at this point in the history
  • Loading branch information
tlm committed Jul 17, 2018
1 parent 3e5379f commit c521bc5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions init/disttrust.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Unit]
After=network.target
Description=disttrust tls manager
Documentation=https://github.com/tlmiller/disttrust

[Service]
Type=simple
ExecStart=/opt/disttrust/bin/disttrust --log-json -c %i
Restart=on-failure

[Install]
WantedBy=multi-user.target

0 comments on commit c521bc5

Please sign in to comment.