Reinitialize repo to remove private data
10,000 hours mucking with `git filter-repo` and no reasonable use-case found. On the plus side, anyone looking at this and curious what I nuked isn't missing much. This lived in a monorepo up until about a week ago.
This commit is contained in:
parent
8c03023aac
commit
c83acbdcfe
19 changed files with 1133 additions and 1 deletions
12
example/management.service
Normal file
12
example/management.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Ovenmediaengine Management Script
|
||||
|
||||
[Service]
|
||||
User=caddy
|
||||
Group=caddy
|
||||
Restart=on-failure
|
||||
WorkingDirectory=/var/lib/caddy
|
||||
ExecStart=/usr/bin/python /var/lib/caddy/ome-management/main.py
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue