Skip to content

Commit

Permalink
Allow to configure workers using environment file
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
  • Loading branch information
seocam committed Sep 7, 2015
1 parent 5e8e0dd commit e012f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/lib/systemd/system/colab.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Description=Colab

[Service]
User=colab
EnvironmentFile=-/etc/sysconfig/colab
PermissionsStartOnly=true
ExecStartPre=/usr/bin/mkdir -p /var/lock/colab
ExecStartPre=/usr/bin/chown -R colab:colab /var/lock/colab
Expand Down

0 comments on commit e012f45

Please sign in to comment.