Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
Updated .rpm and .deb to include farmr.service
Browse files Browse the repository at this point in the history
  • Loading branch information
gilnobrega committed Jun 18, 2021
1 parent fb59377 commit 133ece0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .github/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,8 @@ files:
file: farmr_package
mode: "0755"
user: "root"
"/usr/bin/farmr-foxypoolog":
file: foxypoolog.sh
mode: "0755"
user: "root"
"/usr/bin/farmr-hpool":
file: hpool.sh
mode: "0755"
user: "root"
"/usr/bin/farmr-harvester":
file: harvester.sh
"/etc/systemd/user":
file: .github/workflows/farmr.service
mode: "0755"
user: "root"
"/etc/farmr/config.json":
Expand All @@ -25,7 +17,7 @@ files:
user: "root"
keep: true
units:
- .github/workflows/farmr.service
#- .github/workflows/farmr.service
scripts:
"post-install": .github/workflows/post-inst
user: foo
2 changes: 1 addition & 1 deletion environment_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ environment_config:
fields: # set of fields for command
version: # key name
const: true # optional, default to TRUE
default: 1.4.0.5dev1 # optional, default value for key, if not provided key will be required during command run
default: 1.4.0.5dev2 # optional, default value for key, if not provided key will be required during command run
dotenv: true # optional, default to FALSE, if this field should be added to .env file

0 comments on commit 133ece0

Please sign in to comment.