first commit
This commit is contained in:
11
chirpy.service
Normal file
11
chirpy.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user