16 lines
269 B
SYSTEMD
16 lines
269 B
SYSTEMD
|
[Unit]
|
||
|
Description=Logs-Preparer for <SERVICE>
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
WorkingDirectory=<DIR>
|
||
|
ExecStart=poetry run git-pusher -w <WATCH_DIR>
|
||
|
CPUSchedulingPolicy=idle
|
||
|
IOSchedulingClass=3
|
||
|
Restart=always
|
||
|
RestartSec=3
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|