mirror of
https://github.com/tanrax/bash-folders.git
synced 2024-11-14 14:35:42 +01:00
Update folder
This commit is contained in:
parent
873838d012
commit
e599f1c7f7
23
README.md
23
README.md
@ -10,6 +10,29 @@ Collection of Bash scripts that execute functionalities in folders.
|
||||
|
||||
### Service
|
||||
|
||||
```sh
|
||||
wget /etc/systemd/system/github-runner-glosa.service
|
||||
curl -o maza https://raw.githubusercontent.com/tanrax/maza-ad-blocking/master/maza && chmod +x maza && sudo mv maza /usr/local/bin
|
||||
```
|
||||
|
||||
```ini
|
||||
[Unit]
|
||||
Description=Github runner glosa
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
User=github
|
||||
Group=github
|
||||
Restart=always
|
||||
WorkingDirectory=/home/github/actions-runner
|
||||
ExecStart=/home/user/
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
```
|
||||
|
||||
## Development
|
||||
|
||||
### Check syntax
|
||||
|
Loading…
Reference in New Issue
Block a user