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.
12 lines
240 B
Desktop File
12 lines
240 B
Desktop File
[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
|