Skip to content

Commit

Permalink
Comment the service file
Browse files Browse the repository at this point in the history
  • Loading branch information
albbas committed Mar 11, 2021
1 parent 67e94e5 commit 01b0ebe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ck-ospell.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ Documentation=https://github.com/divvun/ck-ospell
After=network.target

[Service]
# Replace with the actual user
User=speller
# The place ck-ospell has been checked out
WorkingDirectory=/home/speller/ck-ospell/
# Leave this as is
Environment="NODE_VERSION=14.15.0"
Environment="NODE_PORT=3001"
# The directory where speller files live, change this as needed
Environment="CKOSPELL_LANG_PATH=divvun_no"
Type=simple
ExecStart=/home/speller/.nvm/nvm-exec node .
Expand Down

0 comments on commit 01b0ebe

Please sign in to comment.