refactor: remove redundant property
Remove monotonic properties which are redundant with the use of OnCalendar. closes #2
This commit is contained in:
parent
94e5b33f6d
commit
dbfd65b83b
|
@ -2,9 +2,7 @@
|
|||
Description=Minecraft Server Backup
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*:0/10:*
|
||||
OnBootSec=10min
|
||||
OnUnitActiveSec=10min
|
||||
OnCalendar=*:0/10
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Reference in New Issue