mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-09-06 10:30:39 +00:00
do not allow multiple instances
This commit is contained in:
@@ -93,8 +93,11 @@ export type Config = {
|
||||
}
|
||||
|
||||
export type Lockfile = {
|
||||
[name: string]: {
|
||||
lastRun: number
|
||||
running: boolean
|
||||
crons: {
|
||||
[name: string]: {
|
||||
lastRun: number
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user