Skip to content

PyPy3 interpreter as systemd-sysext

Notifications You must be signed in to change notification settings

mback2k/sysext-pypy3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Steps to install and ensure automatic updates using systemd-sysupdate:

curl -L https://github.com/mback2k/sysext-pypy3/releases/latest/download/sysupdate-noop.conf --create-dirs -o /etc/sysupdate.d/noop.conf
curl -L https://github.com/mback2k/sysext-pypy3/releases/latest/download/sysupdate-pypy3.conf --create-dirs -o /etc/sysupdate.pypy3.d/pypy3.conf
curl -L https://github.com/mback2k/sysext-pypy3/releases/latest/download/systemd-pypy3.conf --create-dirs -o /etc/systemd/system/systemd-sysupdate.service.d/pypy3.conf
curl -L https://github.com/mback2k/sysext-pypy3/releases/latest/download/systemd-sysext.conf --create-dirs -o /etc/systemd/system/systemd-sysupdate.service.d/sysext.conf
systemctl daemon-reload
systemctl enable systemd-sysupdate.timer
systemctl start systemd-sysupdate.service