Files
chirpy/chirpy.service
2025-11-03 18:11:56 +01: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