05.12.2017 22:19, Doug Snyder пишет: > Well, it runs fine by itself using the exact same command on the command > line. > Its when systemd is added to the mix that the problems occur > The people that put out celery have docs on how to use it with systemd, its > just that they don't work: > http://docs.celeryproject.org/en/latest/userguide/daemonizing.html > I based my service off theirs but the Type=forking was copied right from > theirs > Maybe if I use their version more exactly it might work.
So - did you try first using example that is known to work before modifying it? > But their version doesn't work at all How can you claim it if you did not apparently try their version? > ssince I suspect they are using > templating > ( I copied the %I from their file ) Systemd unit on this site does not use template nor does it use %I in unit definition. They use %I in variable assignment in configuration file which is entirely different story. Nor does your start command match what is shown on the site you refer to. _______________________________________________ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel
