summaryrefslogtreecommitdiff
path: root/etc/systemd/system
AgeCommit message (Collapse)Author
25 hoursmonerod@.service add more notes about using ↵Xiao Pan
sys-subsystem-net-devices-wg_ba.device
41 hoursrun monerod only when all network thru wireguardXiao Pan
wg_ba network interface tunnels all network through wireguard to ba. I would like to only run monerod when this happened due to various reasons see comments in monerod@.service. Some measures I take are: systemd unit bind to wg_ba, networkmanager dispatcher stop monerod service pre wg_ba down, and vpn script kill monerod process before wg_ba down. The former two measures are in this commit. For bitmonero.conf, I also limit upload rate, reason see comment. I also enabled ipv6. I also try bind ip, which seems does not work, but I put there anyway.
2025-03-30merge two swgp config into oneXiao Pan
2025-03-29aa swgp wg to ib instead of caXiao Pan
2024-06-26feat: enable swgp serviceXiao Pan
2023-05-29paccache.service systemd drop-in file, also remove all uninstalled packages ↵Xiao Pan
cache
2023-04-15new systemd monerod@.service template unit, enabled monerod@xyz.service, ↵Xiao Pan
remove `BindsTo=mullvad-daemon.service`