home
·
contact
·
privacy
projects
/
config
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add redo blog URL catcher.
[config]
/
buster
/
etc_files
/
dumpsite
/
etc
/
systemd
/
system
/
url_catcher.service
1
[Unit]
2
Description=url_catcher screen
3
4
[Service]
5
Type=forking
6
User=plom
7
ExecStart=/bin/sh -c 'cd ~/url-catcher && screen -d -m ./run.sh'
8
Restart=always
9
10
[Install]
11
WantedBy=multi-user.target