-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix abbr formatting in sumangala dict
- Loading branch information
1 parent
ad8a524
commit 096ed02
Showing
6 changed files
with
2,774 additions
and
2,741 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5017,7 +5017,7 @@ | |
], | ||
[ | ||
"අපචිත", | ||
"<r c1>3</r> පදන ලද." | ||
"<r c1>3</r> පුදන ලද." | ||
], | ||
[ | ||
"අපචිති", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Systemd conf file to run the Go binary in production | ||
# Should be located in /etc/systemd/system/tipitaka_lk.service | ||
|
||
[Unit] | ||
Description=Tipitaka.lk Go server | ||
After=network.target | ||
|
||
[Service] | ||
Type=simple | ||
User=janaka | ||
|
||
WorkingDirectory=/home/janaka/www/tipitaka.lk | ||
ExecStart=/home/janaka/www/tipitaka.lk/tipitaka_lk_linux_intel -no-open | ||
Restart=on-failure | ||
RestartSec=5 | ||
|
||
[Install] | ||
WantedBy=multi-user.target | ||
|
||
# Start Service | ||
# sudo systemctl start tipitaka_lk.service | ||
|
||
# View Logs | ||
# journalctl -u tipitaka_lk.service |