Merge pull request #1422 from crawford/install

add Install sections to etcd and fleet
This commit is contained in:
Alex Crawford 2015-08-04 20:08:07 -07:00
commit e0212373b6
4 changed files with 6 additions and 0 deletions

View File

@ -11,3 +11,6 @@ After=fleet.socket
ExecStart=/usr/bin/fleetd ExecStart=/usr/bin/fleetd
Restart=always Restart=always
RestartSec=10s RestartSec=10s
[Install]
WantedBy=multi-user.target

View File

@ -10,3 +10,6 @@ ExecStart=/usr/bin/etcd2
Restart=always Restart=always
RestartSec=10s RestartSec=10s
LimitNOFILE=40000 LimitNOFILE=40000
[Install]
WantedBy=multi-user.target