diff --git a/recipe/systemd.php b/recipe/systemd.php index 0c44dfd670d895650caad541db9452a843c94396..b93bf6949604acffb7505d4dc553c3762a0bd6fa 100644 --- a/recipe/systemd.php +++ b/recipe/systemd.php @@ -68,7 +68,7 @@ set('worker.service.unit', '{{ worker.service.name }}.service'); set('worker.service.path', '{{ bin_dir }}/{{ worker.service.unit }}'); desc('Generate the worker definition'); -task('worker:service:generate', "{{ worker.sudo }}/bin/cat >'{{ worker.service.path }}' <<'EOF'\n{{ worker.service.content }}\nEOF\n"); +task('worker:service:generate', "{{ worker.sudo }}/bin/cat >'{{ worker.service.path }}' <<'EOF'\n{{ worker.service.parsed }}\nEOF\n"); desc('Reload the worker definition'); task('worker:service:reload', function (): void {