Commit Graph

7 Commits

Author SHA1 Message Date
Hilton Chain
00c10e204c
services: qbittorrent: Raise limit for maximum open file descriptors.
* rosenthal/services/bittorrent.scm (qbittorrent-shepherd-service)
[#:resource-limits]: Set nofile to 65536 65536.
2023-10-01 00:30:46 +08:00
Hilton Chain
060204c29e
services: Use match-record.
* rosenthal/services/bittorrent.scm (qbittorrent-configuration)[qbittorrent]:
Change field type to file-like.
(qbittorrent-activation,qbittorrent-shepherd-service): Use match-record-lambda
* rosenthal/services/child-error.scm (miniflux-configuration)[miniflux],
(cloudflare-tunnel-configuration)[cloudflared]: Change field type to file-like
(clash-activation,clash-shepherd-service,cloudflare-tunnel-shepherd-service)
(cloudflare-warp-shepherd-service,miniflux-shepherd-service)
(home-wakapi-shepherd-service,home-socks2http-shepherd-service): Use
match-record-lambda.
* rosenthal/services/dns.scm (smartdns-configuration)[smartdns]: Change field
type to file-like.
(smartdns-shepherd-service): Use match-record-lambda.
* rosenthal/services/networking.scm (iwd-configuration)[iwd]: Change field
type to file-like.
(iwd-shepherd-service,iwd-etc-service): Use match-record-lambda.
2023-08-08 13:57:56 +08:00
Hilton Chain
e545bc545d
services: qbittorrent: Require networking.
* rosenthal/services/bittorrent.scm (qbittorrent-shepherd-service)
[requirement]: Replace loopback to networking.
2023-07-01 01:59:40 +08:00
Hilton Chain
b829115cda
services: qbittorrent: Use qbittorrent-nox.
* rosenthal/services/bittorrent.scm (qbittorrent-configuration)[qbittorrent]:
Use qbittorrent-nox.
2023-06-28 21:35:05 +08:00
Hilton Chain
5ae5900f2d
services: qbittorrent: Use match-record.
* rosenthal/services/bittorrent.scm (qbittorrent-shepherd-service): Use
match-record.
2023-06-28 20:45:09 +08:00
Hilton Chain
45061dd211
services: qbittorrent: Increase Shepherd grace period.
* rosenthal/services/bittorrent.scm (qbittorrent-shepherd-service):
[start]: Remove #:environment-variables.
[stop]: Add #:grace-period.
2023-06-28 20:30:48 +08:00
Hilton Chain
9660dc4e92
services: Add qbittorrent-service-type.
* rosenthal/services/bittorrent.scm: New file.
(qbittorrent-configuration,%qbittorrent-accounts,qbittorrent-activation)
(qbittorrent-shepherd-service,qbittorrent-service-type): New variables.
2022-12-03 13:59:41 +08:00