Fixed SystemD worker documentation (Invalid comments in SystemD Unit config).

This commit is contained in:
Dmitry Khomutov 2017-09-16 20:19:09 +07:00
parent 0e6047e3eb
commit 75ab37ba97

View file

@ -94,8 +94,11 @@ Type=simple
ExecStart=/your/path/bin/console php-censor:worker
Restart=always
User=php-censor #Could be changed
Group=php-censor #Could be changed
#Could be changed
User=php-censor
#Could be changed
Group=php-censor
[Install]
WantedBy=multi-user.target