12 lines
276 B
Desktop File
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
|