[arch-commits] Commit in rustypaste/trunk (4 files)

Frederik Schwan freswa at gemini.archlinux.org
Sat Mar 26 00:16:00 UTC 2022


    Date: Saturday, March 26, 2022 @ 00:16:00
  Author: freswa
Revision: 1176787

remove unused systemd files

Deleted:
  rustypaste/trunk/rustypaste.env
  rustypaste/trunk/rustypaste.service
  rustypaste/trunk/rustypaste.sysusers
  rustypaste/trunk/rustypaste.tmpfiles

---------------------+
 rustypaste.env      |    2 --
 rustypaste.service  |   31 -------------------------------
 rustypaste.sysusers |    1 -
 rustypaste.tmpfiles |    1 -
 4 files changed, 35 deletions(-)

Deleted: rustypaste.env
===================================================================
--- rustypaste.env	2022-03-26 00:08:55 UTC (rev 1176786)
+++ rustypaste.env	2022-03-26 00:16:00 UTC (rev 1176787)
@@ -1,2 +0,0 @@
-# To enable basic HTTP auth, set the AUTH_TOKEN
-AUTH_TOKEN=""

Deleted: rustypaste.service
===================================================================
--- rustypaste.service	2022-03-26 00:08:55 UTC (rev 1176786)
+++ rustypaste.service	2022-03-26 00:16:00 UTC (rev 1176787)
@@ -1,31 +0,0 @@
-[Unit]
-Description=Rustypaste server
-After=network-online.target
-Wants=network-online.target systemd-networkd-wait-online.service
-
-[Service]
-User=rustypaste
-Group=rustypaste
-ExecStart=/usr/bin/rustypaste
-ReadWritePaths=/var/lib/rustypaste
-ReadOnlyPaths=/etc/rustypaste
-
-WorkingDirectory=/var/lib/rustypaste
-Environment="CONFIG=/etc/rustypaste/config.toml"
-EnvironmentFile=/etc/rustypaste/rustypaste.env
-
-# Hardening options
-CapabilityBoundingSet=
-AmbientCapabilities=
-NoNewPrivileges=true
-ProtectHome=true
-ProtectSystem=strict
-ProtectKernelTunables=true
-ProtectKernelModules=true
-ProtectControlGroups=true
-PrivateTmp=true
-PrivateDevices=true
-LockPersonality=true
-
-[Install]
-WantedBy=multi-user.target

Deleted: rustypaste.sysusers
===================================================================
--- rustypaste.sysusers	2022-03-26 00:08:55 UTC (rev 1176786)
+++ rustypaste.sysusers	2022-03-26 00:16:00 UTC (rev 1176787)
@@ -1 +0,0 @@
-u rustypaste - "Minimal file upload/pastebin service" /var/lib/rustypaste

Deleted: rustypaste.tmpfiles
===================================================================
--- rustypaste.tmpfiles	2022-03-26 00:08:55 UTC (rev 1176786)
+++ rustypaste.tmpfiles	2022-03-26 00:16:00 UTC (rev 1176787)
@@ -1 +0,0 @@
-d /var/lib/rustypaste 0750 rustypaste rustypaste



More information about the arch-commits mailing list