public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/radicale] main: 3.8.0 use systemd service from contrib
@ 2026-09-03 5:50 Peter Bieringer
0 siblings, 0 replies; only message in thread
From: Peter Bieringer @ 2026-09-03 5:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/radicale
Branch : main
Commit : 53046940e033aea6ad78bac060662f9ae15c8298
Author : Peter Bieringer <pb@bieringer.de>
Date : 2026-09-03T07:50:30+02:00
Stats : +1/-30 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/radicale/c/53046940e033aea6ad78bac060662f9ae15c8298?branch=main
Log:
3.8.0 use systemd service from contrib
---
diff --git a/radicale.service b/radicale.service
deleted file mode 100644
index 979831b..0000000
--- a/radicale.service
+++ /dev/null
@@ -1,28 +0,0 @@
-[Unit]
-Description=Radicale CalDAV and CardDAV server
-Documentation=https://radicale.org/v3.html
-After=network.target
-Requires=network.target
-
-[Service]
-EnvironmentFile=-/etc/sysconfig/radicale
-ExecStart=/usr/libexec/radicale/radicale
-Restart=on-failure
-Type=exec
-User=radicale
-Group=radicale
-UMask=0027
-WorkingDirectory=/var/lib/radicale
-PrivateTmp=true
-ProtectSystem=strict
-ProtectHome=true
-PrivateDevices=true
-ProtectKernelTunables=true
-ProtectKernelModules=true
-ProtectControlGroups=true
-NoNewPrivileges=true
-CapabilityBoundingSet=
-ReadWritePaths=/var/lib/radicale/ /var/cache/radicale/
-
-[Install]
-WantedBy=multi-user.target
diff --git a/radicale.spec b/radicale.spec
index 47c377d..b15740e 100644
--- a/radicale.spec
+++ b/radicale.spec
@@ -49,7 +49,6 @@ Source0: https://github.com/Kozea/Radicale/archive/v%{version}/%{name}-%{
%define infcloud_version 0.13.1
-Source1: %{name}.service
Source4: %{name}.te
Source5: %{name}.fc
Source6: %{name}.if
@@ -310,7 +309,7 @@ install -d -p %{buildroot}%{_sharedstatedir}/%{name}
# Create folder where the collection-cache can be stored optional
install -d -p %{buildroot}%{_localstatedir}/cache/%{name}
-install -D -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
+install -D -p -m 644 contrib/systemd/radicale.service %{buildroot}%{_unitdir}/%{name}.service
install -D -p -m 644 %{SOURCE7} %{buildroot}%{_tmpfilesdir}/%{name}.conf
mkdir -p %{buildroot}%{_rundir}/%{name}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-03 5:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 5:50 [rpms/radicale] main: 3.8.0 use systemd service from contrib Peter Bieringer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox