first commit
This commit is contained in:
14
firefly-importer.service
Normal file
14
firefly-importer.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Firefly III CSV Import Watcher
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=CHANGEME
|
||||
WorkingDirectory=/path/to/firefly-importer
|
||||
ExecStart=/path/to/firefly-importer/watch-imports.sh
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user