mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-16 15:03:01 +00:00
added comments to libreddit.service and .conf
This commit is contained in:
parent
e25622dac2
commit
22e3e0eb91
2 changed files with 17 additions and 3 deletions
|
@ -5,8 +5,8 @@ After=network.service
|
|||
[Service]
|
||||
DynamicUser=yes
|
||||
# Default Values
|
||||
Environment=ADDRESS=0.0.0.0
|
||||
Environment=PORT=8080
|
||||
#Environment=ADDRESS=0.0.0.0
|
||||
#Environment=PORT=8080
|
||||
# Optional Override
|
||||
EnvironmentFile=-/etc/libreddit.conf
|
||||
ExecStart=/usr/bin/libreddit -a ${ADDRESS} -p ${PORT}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue