Merge branch 'master' of https://github.com/szabodanika/microbin
This commit is contained in:
commit
16de177083
2 changed files with 2 additions and 2 deletions
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
# These are supported funding model platforms
|
# These are supported funding model platforms
|
||||||
|
|
||||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
github: szabodanika
|
||||||
patreon: # Replace with a single Patreon username
|
patreon: # Replace with a single Patreon username
|
||||||
open_collective: # Replace with a single Open Collective username
|
open_collective: # Replace with a single Open Collective username
|
||||||
ko_fi: dani_sz
|
ko_fi: dani_sz
|
||||||
|
|
|
@ -152,7 +152,7 @@ RootDirectory=/
|
||||||
WorkingDirectory=/home/ubuntu/server/microbin
|
WorkingDirectory=/home/ubuntu/server/microbin
|
||||||
|
|
||||||
# This is the location of my executable - I also have 2 optional features enabled
|
# This is the location of my executable - I also have 2 optional features enabled
|
||||||
ExecStart=/home/ubuntu/server/microbin/target/release/microbin --editable --linenumbers --highlightsyntax
|
ExecStart=/home/ubuntu/server/microbin/target/release/microbin --editable --highlightsyntax
|
||||||
|
|
||||||
# I keep my installation in the home directory, so I need to add this
|
# I keep my installation in the home directory, so I need to add this
|
||||||
ProtectHome=off
|
ProtectHome=off
|
||||||
|
|
Loading…
Reference in a new issue