Skip to content

Commit

Permalink
releas: release rpm through github release
Browse files Browse the repository at this point in the history
  • Loading branch information
rootfs committed Mar 14, 2023
1 parent b487d78 commit c8ab9e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ jobs:
cd _output/rpmbuild/
sudo tar czvf /tmp/kepler.rpm.tar.gz RPMS/
- if: startsWith(github.event.ref, 'refs/tags/')
name: Release
- name: release rpm
uses: softprops/action-gh-release@master
with:
files: |
Expand Down
4 changes: 0 additions & 4 deletions packaging/systemd/kepler.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@ Description=Kepler

[Service]
WorkingDirectory=/usr/bin/
EnvironmentFile=/etc/kepler/kepler.config
ExecStart=kepler
Restart=always
User=root
Type=notify
Delegate=yes
CPUAccounting=yes
BlockIOAccounting=yes
MemoryAccounting=yes
LimitNOFILE=1048576
TimeoutStartSec=2m

[Install]
WantedBy=multi-user.target

0 comments on commit c8ab9e7

Please sign in to comment.