Author
|
zPlus <zplus@peers.community>
2023-11-19 12:10:07
|
Committer
|
zPlus <zplus@peers.community>
2023-11-19 12:10:07
|
Commit
|
9f6cab4
(patch)
|
Tree
|
41d6180
|
Parent(s)
|
|
Use Fuseki default port (3030).
commits diff:
cf9a33a..9f6cab4
1 file changed,
1 insertion,
1 deletion
—
download
Diffstat
Diff options
+1/-1
M fuseki.service
24
|
24
|
|
# Command for launching the Fuseki server
|
25
|
25
|
|
# Arguments must be passed via command line because the server is started before
|
26
|
26
|
|
# the configuration file is read.
|
27
|
|
- |
ExecStart=/home/fuseki/fuseki_server/fuseki-server --port=7000 --localhost
|
|
27
|
+ |
ExecStart=/home/fuseki/fuseki_server/fuseki-server --localhost
|
28
|
28
|
|
|
29
|
29
|
|
User=fuseki
|
30
|
30
|
|
Group=fuseki
|