Merge 2 workflows into one
Some checks failed
CI / build (push) Successful in 10s
CI / release (push) Failing after 16s

This commit is contained in:
2025-06-07 11:23:14 +02:00
parent e98a8daad7
commit f3d93e1e46
5 changed files with 37 additions and 45 deletions

View File

@@ -0,0 +1,17 @@
[Unit]
Description=A service which scan Nextcloud folders
After=network.target docker.service
Requires=docker.service
[Service]
ExecStart=/path/to/folder/ncsambawatcher
WorkingDirectory=/path/to/folder/
Restart=always
User=root
Group=root
StandardOutput=journal
StandardError=journal
SyslogIdentifier=ncsambawatcher
[Install]
WantedBy=multi-user.target