diff options
author | Martin Bark <martin@barkynet.com> | 2016-05-03 10:36:53 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-05 22:22:56 +0200 |
commit | 851376149380a47cc34d34227f7333a576e3cd72 (patch) | |
tree | c0074feff124de1a460545987cc36f697c237e8e /package/python-twisted/python-twisted.mk | |
parent | 868955a2eb8feb1e4a302d954d8c9ddfd6fd198d (diff) | |
download | buildroot-851376149380a47cc34d34227f7333a576e3cd72.tar.gz buildroot-851376149380a47cc34d34227f7333a576e3cd72.zip |
package/nginx: fix error is nginx.service
When using systemd nginx fails to start with the error
/usr/bin/mkdir: invalid option -- 't'
This is due to a missing space before the semicolon in nginx.service.
For systemd to handle multiple commands in ExecStartPre it requires the
semicolon to be a separate word or the use of multiple ExecStartPre.
This commit splits the multiple commands into two ExecStartPre lines
which fixes the error and improves readability.
Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-twisted/python-twisted.mk')
0 files changed, 0 insertions, 0 deletions