Files
image-folder-watcher/systemd/image-watcher.service.template

17 lines
322 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[Unit]
Description=Image Folder Watcher Automatische Bildverarbeitung
After=network.target
[Service]
Type=simple
User=__USER__
ExecStart=__PYTHON__ __SCRIPT__ __WATCH_DIR__
WorkingDirectory=__WORKDIR__
Restart=on-failure
RestartSec=5
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target