Skip to content

Commit

Permalink
better unit configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 29, 2016
1 parent 2547129 commit 80bf7f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -153,7 +153,7 @@ this.

[Unit]
Description=My Mojolicious application
After=default.target
After=network.target

[Service]
Type=forking
Expand All @@ -163,7 +163,7 @@ this.
KillMode=process

[Install]
WantedBy=default.target
WantedBy=multi-user.target

=head2 Zero downtime software upgrades

Expand Down

0 comments on commit 80bf7f8

Please sign in to comment.