chirpy/chirpy.service
yann 4d6c70abe7
Some checks failed
Build and Deploy / build (push) Has been cancelled
Build and Deploy / deploy (push) Has been cancelled
actualisation 25/08/2025
2025-08-25 10:17:25 +02:00

12 lines
276 B
Desktop File

[Unit]
Description=service chirpy
[Service]
EnvironmentFile=/srv/media/chirpy/.env_file
WorkingDirectory=/srv/media/chirpy
ExecStart=/home/yann/.local/share/gem/ruby/3.4.0/bin/bundle exec jekyll build --incremental --watch
Restart=on-abort
[Install]
WantedBy=default.target