Skip to content

Commit 0804fa1

Browse files
authored
Merge pull request #237 from HSF/flin
systemd service config with user/group; v0.5.8
2 parents b5ef5f0 + cd64e62 commit 0804fa1

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

pandaharvester/commit_timestamp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
timestamp = "26-06-2024 13:30:57 on flin (by mightqxc)"
1+
timestamp = "03-07-2024 15:25:26 on flin (by mightqxc)"

pandaharvester/panda_pkg_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
release_version = "0.5.7"
1+
release_version = "0.5.8"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# placed in a sub directory since the top directory is problematic for old setuptoos and legacy python
1+
# placed in a sub directory since the top directory is problematic for old setuptools and legacy python
22

33
[build-system]
44
requires = ["hatchling"]
@@ -7,7 +7,7 @@ build-backend = "hatchling.build"
77
[project]
88
name = "pandaharvester"
99
dynamic = ["version"]
10-
description = "Havester Package"
10+
description = "Harvester Package"
1111
readme = "README.md"
1212
license = {text = "Apache-2.0"}
1313
authors = [

templates/systemd/panda_harvester-uwsgi.service.template

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Description=PanDA Harvester uWSGI
33
After=network.target remote-fs.target nss-lookup.target
44

55
[Service]
6+
User=@@panda_user@@
7+
Group=@@panda_group@@
68
Type=exec
79
RemainAfterExit=true
810
EnvironmentFile=@@virtual_env@@/etc/sysconfig/panda_harvester_env

0 commit comments

Comments
 (0)