UTC: 2023-11-23 16:25
zabbix/zabbix-agent-chocolatey
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | [Releases](https://github.com/zabbix/zabbix-
| # Plex on Windows Anti-Sleep | |
| # | |
| # References | |
| # Gist: https://gist.github.com/KakersUK/d090e1836ffb881d29c9f529b380f795 | |
| # Install PowerShell 7: https://learn.microsoft.com/en-gb/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3#winget | |
| # X-Plex-Token: https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ | |
| # Host variables | |
| $PlexHost = '127.0.0.1' | |
| $PlexPort = 32400 |
| Placeholder |
UTC: 2023-11-23 16:25
zabbix/zabbix-agent-chocolatey
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | [Releases](https://github.com/zabbix/zabbix-
UTC: 2020-07-30 12:53
KakersUK/au-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases
| #!/bin/bash | |
| if [ "$1" = "disable" ]; then | |
| for PID in $(pgrep $2 | grep -v oomkiller); do | |
| oomValue=$(cat /proc/$PID/oom_adj) | |
| if [ $oomValue == 0 ]; then |
| [Unit] | |
| Description=Mailcatcher Service | |
| Before=httpd.service | |
| After=network.target | |
| [Service] | |
| Type=simple | |
| User=mailcatcher | |
| ExecStart=/usr/local/bin/mailcatcher -f --no-quit --smtp-ip=127.0.0.1 --smtp-port=1025 --http-ip=127.0.0.1 --http-port=1080 | |
| Restart=on-abort |
| #! /bin/sh | |
| # | |
| # chkconfig: - 55 45 | |
| # description: The memcached-multi daemon is a network memory cache service. | |
| # processname: memcached-multi | |
| # config: /etc/sysconfig/memcached | |
| # pidfile: /var/run/memcached/memcached.*.pid | |
| # Standard LSB functions |
| #!/bin/bash | |
| # chkconfig: 345 70 30 | |
| # description: MailCatcher is a simple SMTP server to catch and display mail | |
| # processname: mailcatcher | |
| # Source function library. | |
| . /etc/init.d/functions | |
| RETVAL=0 | |
| prog="/usr/local/rvm/wrappers/default/mailcatcher" |